Skip to content

Commit c7e4f5b

Browse files
committed
modify aes encryption class name
1 parent 2202855 commit c7e4f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Encryption/AesEncryption/AesEncryption.cs renamed to src/Encryption/AesEncryption/Encrypt.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace SafeCrypt.src.Encrypt.AesEncryption
88
{
9-
public class AesEncryption : BaseAesEncryption
9+
public class Encrypt : BaseAesEncryption
1010
{
1111
public byte[] AesEncrypt(byte[] data, byte[] secretKey, byte[] iv)
1212
=> EncryptAES(data, secretKey, iv);

0 commit comments

Comments
 (0)