diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/include/crypto/aes.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/include/crypto/aes.h b/lib/include/crypto/aes.h index ac4604b..7b32dfe 100644 --- a/lib/include/crypto/aes.h +++ b/lib/include/crypto/aes.h @@ -34,6 +34,7 @@  #define AES_IV_SIZE         16  #define AES_GCM_TAG_SIZE    16 +#define AES_KEY_SIZE        32  struct aes_message {      unsigned char tag[AES_GCM_TAG_SIZE]; | 
