diff --git a/src/omemo/crypto.h b/src/omemo/crypto.h index 4bd6258b..d0cfdd05 100644 --- a/src/omemo/crypto.h +++ b/src/omemo/crypto.h @@ -35,7 +35,7 @@ #include #define AES128_GCM_KEY_LENGTH 16 -#define AES128_GCM_IV_LENGTH 16 +#define AES128_GCM_IV_LENGTH 12 #define AES128_GCM_TAG_LENGTH 16 int omemo_crypto_init(void);