about summary refs log tree commit diff stats
path: root/src/omemo/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/omemo/crypto.h')
-rw-r--r--src/omemo/crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/omemo/crypto.h b/src/omemo/crypto.h
index 34cbb82c..f24fa163 100644
--- a/src/omemo/crypto.h
+++ b/src/omemo/crypto.h
@@ -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