Skip to content

Commit 55cc05c

Browse files
authored
fix(mnemonic): clear mnemonic from memory (#4615)
1 parent 7d0f2d2 commit 55cc05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trezor-crypto/include/TrezorCrypto/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
// implement BIP39 caching
6767
#ifndef USE_BIP39_CACHE
68-
#define USE_BIP39_CACHE 1
68+
#define USE_BIP39_CACHE 0 // [wallet-core]
6969
#define BIP39_CACHE_SIZE 4
7070
#endif
7171

0 commit comments

Comments
 (0)