Skip to content

Commit cc700d5

Browse files
committed
featL turned BaseAesEncryption class to static
1 parent a53a904 commit cc700d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SafeCrypt.Lib/Encryption/AesEncryption/BaseAesEncryption.cs

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

77
namespace SafeCrypt.AesEncryption
88
{
9-
public class BaseAesEncryption
9+
public static class BaseAesEncryption
1010
{
1111
/// <summary>
1212
/// Encrypts the provided data using the Advanced Encryption Standard (AES) algorithm.

0 commit comments

Comments
 (0)