1
0
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:
M1nd3r 2024-10-16 15:37:49 +02:00 committed by Petr Sedláček
parent a2a189ceb3
commit 7b6ce56ac3

View File

@ -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,
}