We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3f4c2 commit df216ecCopy full SHA for df216ec
src/keystore.c
@@ -30,10 +30,6 @@
30
#include <secp256k1_extrakeys.h>
31
#include <secp256k1_schnorrsig.h>
32
33
-// This number of KDF iterations on the 2nd kdf slot when stretching the device
34
-// password.
35
-#define KDF_NUM_ITERATIONS (2)
36
-
37
// Change this ONLY via keystore_unlock() or keystore_lock()
38
static bool _is_unlocked_device = false;
39
// Stores a random key after unlock which, after stretching, is used to encrypt the retained seed.
0 commit comments