We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a754b commit 7de81cdCopy full SHA for 7de81cd
2 files changed
src/Common/Crypto.h
@@ -205,7 +205,7 @@ typedef struct
205
# include "Sha2.h"
206
# include "Whirlpool.h"
207
# include "argon2.h"
208
-# include "blake2b.h"
+# include "Crypto/Argon2/src/blake2/blake2b.h"
209
# include "Streebog.h"
210
# include "kuznyechik.h"
211
# include "Camellia.h"
src/Volume/Hash.cpp
@@ -12,6 +12,7 @@
12
13
#include "Hash.h"
14
15
+#include "Crypto/Argon2/src/blake2/blake2b.h"
16
#include "Crypto/blake2s.h"
17
#include "Crypto/Sha2.h"
18
#include "Crypto/Whirlpool.h"
0 commit comments