reduce pwhash opslimit even further, probably for the last time

This commit is contained in:
cathugger 2019-05-06 16:47:47 +00:00
parent 541b043a25
commit d03798bece
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8

3
main.c
View file

@ -34,7 +34,8 @@
#endif
// Argon2 hashed passphrase stretching settings
#define PWHASH_OPSLIMIT 64
// NOTE: changing these will break compatibility
#define PWHASH_OPSLIMIT 48
#define PWHASH_MEMLIMIT 64 * 1024 * 1024
#define PWHASH_ALG crypto_pwhash_ALG_ARGON2ID13