We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf060b0 commit 6131663Copy full SHA for 6131663
2 files changed
src/Encryption/AesEncryption/Decrypting.cs
@@ -1,8 +1,8 @@
1
-using SafeCrypt.src.Encrypt.AesEncryption;
+using SafeCrypt.AesEncryption;
2
using SafeCrypt.src.Helpers;
3
using System;
4
5
-namespace SafeCrypt.src.Encryption.AesEncryption
+namespace SafeCrypt.Decrypt
6
{
7
public class Decrypting : BaseAesEncryption
8
src/Encryption/AesEncryption/Encrypting.cs
@@ -1,10 +1,7 @@
using System;
-using System.Text;
using SafeCrypt.src.Encryption.AesEncryption.Models;
using SafeCrypt.AesEncryption;
-using System.ComponentModel.DataAnnotations;
-using System.Security.Cryptography;
9
namespace SafeCrypt.Encrypt
10
0 commit comments