Skip to content

Commit fb27fe0

Browse files
committed
Merge remote-tracking branch 'benma/unused'
2 parents 4c3f4c2 + df216ec commit fb27fe0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/keystore.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
#include <secp256k1_extrakeys.h>
3131
#include <secp256k1_schnorrsig.h>
3232

33-
// This number of KDF iterations on the 2nd kdf slot when stretching the device
34-
// password.
35-
#define KDF_NUM_ITERATIONS (2)
36-
3733
// Change this ONLY via keystore_unlock() or keystore_lock()
3834
static bool _is_unlocked_device = false;
3935
// Stores a random key after unlock which, after stretching, is used to encrypt the retained seed.

0 commit comments

Comments
 (0)