yaml stuff won't care about deterministic pw stuff

This commit is contained in:
cathugger
2019-02-14 00:07:20 +00:00
parent 72b739cb03
commit 226f047aef
2 changed files with 9 additions and 8 deletions

View File

@@ -13,14 +13,6 @@
// full onion address, WITHOUT newline
#define ONION_LEN 62
// How many times we loop before a reseed
#define DETERMINISTIC_LOOP_COUNT 1<<24
// Argon2 hashed passphrase stretching settings
#define PWHASH_OPSLIMIT 64
#define PWHASH_MEMLIMIT 64 * 1024 * 1024
#define PWHASH_ALG crypto_pwhash_ALG_ARGON2ID13
extern pthread_mutex_t fout_mutex;
extern FILE *fout;