about summary refs log tree commit diff stats
path: root/src/omemo/crypto.h
diff options
context:
space:
mode:
authorWilliam Wennerström <william@wstrm.dev>2020-06-28 12:20:52 +0200
committerWilliam Wennerström <william@wstrm.dev>2020-11-16 21:58:08 +0100
commitfc6136ddf005553960257ae2b4a625116cf3513a (patch)
treef09df0f2d0e4122b51034747735356c3d20ae91a /src/omemo/crypto.h
parentd5b1dc0eb6ee9c4caee6c73b9cf26133c875a1c8 (diff)
downloadprofani-tty-fc6136ddf005553960257ae2b4a625116cf3513a.tar.gz
Remove unused #define's and move URL scheme define to omemo/crypto.h
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