1
0
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:
Pavol Rusnak 2017-01-11 15:33:46 +01:00
parent 3b97a8b34c
commit 3d364aac36
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -35,7 +35,7 @@ CFLAGS += -DUSE_GRAPHENE=1
# disable certain optimizations and features when small footprint is required # disable certain optimizations and features when small footprint is required
ifdef SMALL ifdef SMALL
CFLAGS += -DUSE_PRECOMPUTED_IV=0 -DUSE_PRECOMPUTED_CP=0 CFLAGS += -DUSE_PRECOMPUTED_CP=0
endif endif
SRCS = bignum.c ecdsa.c curves.c secp256k1.c nist256p1.c rand.c hmac.c bip32.c bip39.c pbkdf2.c base58.c SRCS = bignum.c ecdsa.c curves.c secp256k1.c nist256p1.c rand.c hmac.c bip32.c bip39.c pbkdf2.c base58.c