Skip to content

Commit 8365ab8

Browse files
committed
Added comment
1 parent e2112e7 commit 8365ab8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Encrypt/AesEncryption/BaseAesEncryption.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public virtual byte[] EncryptAES(byte[] data, byte[] key, byte[] iv)
3535
}
3636

3737
// Method to generate a random byte array of given length
38+
// Used to get the IV
3839
public static byte[] GenerateRandomBytes(int length)
3940
{
4041
byte[] randomBytes = new byte[length];

0 commit comments

Comments
 (0)