AESKeySize
internal enum AESKeySize : Int
The AESKeySize
enum represents the key sizes available for AES (Advanced Encryption Standard)
encryption. AES supports key sizes of 128, 192, and 256 bits.
Docs (100% documented)
internal enum AESKeySize : Int
The AESKeySize
enum represents the key sizes available for AES (Advanced Encryption Standard)
encryption. AES supports key sizes of 128, 192, and 256 bits.