Use the ROUNDS_MYWALLET instead of a hard-coded value

pull/937/merge
Jens Steube 7 years ago
parent 5cc3b7807f
commit e3cef832be

@ -13059,7 +13059,7 @@ int mywallet_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE_U
salt->salt_len = 32; // note we need to fix this to 16 in kernel
salt->salt_iter = 10 - 1;
salt->salt_iter = ROUNDS_MYWALLET - 1;
/**
* digest buf

Loading…
Cancel
Save