diff --git a/core/SConscript.firmware b/core/SConscript.firmware index 4253dc087c..fe9843a1eb 100644 --- a/core/SConscript.firmware +++ b/core/SConscript.firmware @@ -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, }