summaryrefslogtreecommitdiff
path: root/blake2.h
diff options
context:
space:
mode:
Diffstat (limited to 'blake2.h')
-rw-r--r--blake2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/blake2.h b/blake2.h
index 6e96320f..1fb67947 100644
--- a/blake2.h
+++ b/blake2.h
@@ -163,6 +163,8 @@ public:
CRYPTOPP_CONSTANT(DIGESTSIZE = BLAKE2_Info<T_64bit>::DIGESTSIZE);
CRYPTOPP_CONSTANT(BLOCKSIZE = BLAKE2_Info<T_64bit>::BLOCKSIZE);
+ CRYPTOPP_CONSTANT(SALTSIZE = BLAKE2_Info<T_64bit>::SALTSIZE);
+ CRYPTOPP_CONSTANT(PERSONALIZATIONSIZE = BLAKE2_Info<T_64bit>::PERSONALIZATIONSIZE);
typedef BLAKE2_ParameterBlock<T_64bit> ParameterBlock;
typedef BLAKE2_State<W, T_64bit> State;