Double crypto_pwhash_argon2i_MEMLIMIT_INTERACTIVE

This commit is contained in:
Frank Denis 2016-03-20 17:50:27 +01:00
parent 05d82ad147
commit 2b71f28c4c

View File

@ -28,7 +28,7 @@ const char *crypto_pwhash_argon2i_strprefix(void);
SODIUM_EXPORT
size_t crypto_pwhash_argon2i_opslimit_interactive(void);
#define crypto_pwhash_argon2i_MEMLIMIT_INTERACTIVE 16777216ULL
#define crypto_pwhash_argon2i_MEMLIMIT_INTERACTIVE 33554432ULL
SODIUM_EXPORT
size_t crypto_pwhash_argon2i_memlimit_interactive(void);