Skip to content

Commit d6bc38c

Browse files
committed
Renamed Encrypt.cs to AesEncryption.cs
1 parent fcb9c4c commit d6bc38c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

55
namespace SafeCrypt
66
{
7-
public class Encrypt : BaseAesEncryption
7+
public class AesEncryption : BaseAesEncryption
88
{
99
public byte[] AesEncrypt(byte[] data, byte[] secretKey, byte[] iv)
1010
=> EncryptAES(data, secretKey, iv);

0 commit comments

Comments
 (0)