summaryrefslogtreecommitdiff
path: root/src/common/Cryptography/CryptoGenerics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Cryptography/CryptoGenerics.h')
-rw-r--r--src/common/Cryptography/CryptoGenerics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Cryptography/CryptoGenerics.h b/src/common/Cryptography/CryptoGenerics.h
index 4d65699da6..d4b799747c 100644
--- a/src/common/Cryptography/CryptoGenerics.h
+++ b/src/common/Cryptography/CryptoGenerics.h
@@ -89,6 +89,7 @@ namespace Acore::Crypto
{
using IV = typename Cipher::IV;
using Tag = typename Cipher::Tag;
+
// extract trailing IV and tag
IV iv;
Tag tag;