mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-21 21:00:58 +00:00
we don't use OPTIMIZED_IV anywhere anymore
This commit is contained in:
parent
3b97a8b34c
commit
3d364aac36
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ CFLAGS += -DUSE_GRAPHENE=1
|
||||
|
||||
# disable certain optimizations and features when small footprint is required
|
||||
ifdef SMALL
|
||||
CFLAGS += -DUSE_PRECOMPUTED_IV=0 -DUSE_PRECOMPUTED_CP=0
|
||||
CFLAGS += -DUSE_PRECOMPUTED_CP=0
|
||||
endif
|
||||
|
||||
SRCS = bignum.c ecdsa.c curves.c secp256k1.c nist256p1.c rand.c hmac.c bip32.c bip39.c pbkdf2.c base58.c
|
||||
|
Loading…
Reference in New Issue
Block a user