4.2.2 crypto_AesKeySize_E
Description
This enum defines the different key sizes for the AES algorithm.
Enumeration Data Types | Numerical Value | Description |
---|---|---|
CRYPTO_AESKEYSIZE_128 | 16 | Enum used for AES key size of 128 bits |
CRYPTO_AESKEYSIZE_192 | 24 | Enum used for AES key size of 192 bits |
CRYPTO_AESKEYSIZE_256 | 32 | Enum used for AES key size of 256 bits |