From 72b739cb03e59aef0c747ffd92539f9e9d3a93ed Mon Sep 17 00:00:00 2001 From: cathugger Date: Thu, 14 Feb 2019 00:01:42 +0000 Subject: [PATCH] reduce pwhash opslimit further (its slow af on my arm device) --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 21998c7..26d4570 100644 --- a/common.h +++ b/common.h @@ -17,7 +17,7 @@ #define DETERMINISTIC_LOOP_COUNT 1<<24 // Argon2 hashed passphrase stretching settings -#define PWHASH_OPSLIMIT 128 +#define PWHASH_OPSLIMIT 64 #define PWHASH_MEMLIMIT 64 * 1024 * 1024 #define PWHASH_ALG crypto_pwhash_ALG_ARGON2ID13