1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-26 15:20:58 +00:00

scons: disable bip39 seed cache

Seed is already cached in apps.common.cache.
This commit is contained in:
Jan Pochyla 2019-01-17 16:54:15 +01:00
parent a15d4a81d5
commit 34f499fc04
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ CPPDEFINES_MOD += [
'AES_128',
'AES_192',
'RAND_PLATFORM_INDEPENDENT',
('USE_BIP39_CACHE', '0'),
('USE_KECCAK', '1'),
('USE_ETHEREUM', '1'),
('USE_MONERO', '1'),

View File

@ -23,6 +23,7 @@ CPPPATH_MOD += [
CPPDEFINES_MOD += [
'AES_128',
'AES_192',
('USE_BIP39_CACHE', '0'),
('USE_KECCAK', '1'),
('USE_ETHEREUM', '1'),
('USE_MONERO', '1'),