File tree Expand file tree Collapse file tree
src/SafeCrypt.Lib/Encryption/AesEncryption Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55using System . Security . Cryptography ;
66using System . Threading . Tasks ;
77
8- namespace SafeCrypt . AESDecryption
8+ namespace SafeCrypt . AES
99{
10- public static class AesDecryption
10+ public static partial class Aes
1111 {
1212 /// <summary>
1313 /// Asynchronously decrypts data from a hexadecimal string using the specified decryption parameters and cipher mode.
Original file line number Diff line number Diff line change 55using SafeCrypt . Helpers ;
66using SafeCrypt . Models ;
77
8- namespace SafeCrypt . AESEncryption
8+ namespace SafeCrypt . AES
99{
10- public static class AesEncryption
10+ public static partial class Aes
1111 {
1212 /// <summary>
1313 /// Asynchronously encrypts the provided data using the specified secret key and initialization vector (IV).
You can’t perform that action at this time.
0 commit comments