mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-25 08:58:14 +00:00
fix(core): remove redundant AES_GCM flag in SConscript.firmware
[no changelog]
This commit is contained in:
parent
a2a189ceb3
commit
7b6ce56ac3
@ -26,7 +26,6 @@ if BENCHMARK and PYOPT != '0':
|
||||
FEATURE_FLAGS = {
|
||||
"RDI": True,
|
||||
"SECP256K1_ZKP": True, # required for trezor.crypto.curve.bip340 (BIP340/Taproot)
|
||||
"AES_GCM": False,
|
||||
"AES_GCM": BENCHMARK,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user