From 7b6ce56ac38a75a734d183b911390b2d0ac53799 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Wed, 16 Oct 2024 15:37:49 +0200 Subject: [PATCH] fix(core): remove redundant AES_GCM flag in SConscript.firmware [no changelog] --- core/SConscript.firmware | 1 - 1 file changed, 1 deletion(-) 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, }