Raise crypto_pwhash_argon2i_MEMLIMIT_MIN to 8192

This commit is contained in:
Frank Denis
2017-03-20 00:01:10 +01:00
parent c1ab6f2328
commit 4568b74cc8
@@ -54,7 +54,7 @@ size_t crypto_pwhash_argon2i_opslimit_min(void);
SODIUM_EXPORT
size_t crypto_pwhash_argon2i_opslimit_max(void);
#define crypto_pwhash_argon2i_MEMLIMIT_MIN 1U
#define crypto_pwhash_argon2i_MEMLIMIT_MIN 8192U
SODIUM_EXPORT
size_t crypto_pwhash_argon2i_memlimit_min(void);