Remove unused #define's and move URL scheme define to omemo/crypto.h

This commit is contained in:
William Wennerström
2020-06-28 12:20:52 +02:00
parent d5b1dc0eb6
commit fc6136ddf0
2 changed files with 2 additions and 7 deletions

View File

@@ -39,6 +39,7 @@
#define AES128_GCM_IV_LENGTH 12
#define AES128_GCM_TAG_LENGTH 16
#define AES256_GCM_URL_SCHEME "aesgcm"
#define AES256_GCM_KEY_LENGTH 32
#define AES256_GCM_NONCE_LENGTH 12