mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
reduce pwhash opslimit further (its slow af on my arm device)
This commit is contained in:
2
common.h
2
common.h
@@ -17,7 +17,7 @@
|
|||||||
#define DETERMINISTIC_LOOP_COUNT 1<<24
|
#define DETERMINISTIC_LOOP_COUNT 1<<24
|
||||||
|
|
||||||
// Argon2 hashed passphrase stretching settings
|
// Argon2 hashed passphrase stretching settings
|
||||||
#define PWHASH_OPSLIMIT 128
|
#define PWHASH_OPSLIMIT 64
|
||||||
#define PWHASH_MEMLIMIT 64 * 1024 * 1024
|
#define PWHASH_MEMLIMIT 64 * 1024 * 1024
|
||||||
#define PWHASH_ALG crypto_pwhash_ALG_ARGON2ID13
|
#define PWHASH_ALG crypto_pwhash_ALG_ARGON2ID13
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user