reseed right half of sk in password case, some tweaks

This commit is contained in:
cathugger
2019-02-13 23:07:53 +00:00
parent 02137f7ed4
commit 33007eadea
2 changed files with 26 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
// Argon2 hashed passphrase stretching settings
#define PWHASH_OPSLIMIT 256
#define PWHASH_MEMLIMIT 64 * 1024 * 1024
#define PWHASH_ALG crypto_pwhash_ALG_ARGON2ID13
#define PWHASH_ALG crypto_pwhash_ALG_ARGON2ID13
extern pthread_mutex_t fout_mutex;
extern FILE *fout;