mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-24 09:57:39 -03:00
reduce pwhash opslimit even further, probably for the last time
This commit is contained in:
parent
541b043a25
commit
d03798bece
1 changed files with 2 additions and 1 deletions
3
main.c
3
main.c
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue