Skip to content

Commit df216ec

Browse files
committed
keystore: remove unused KDF_NUM_ITERATIONS define
In 75cb766 it was refactored to be a secure-chip implementation detail.
1 parent 4c3f4c2 commit df216ec

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)