we don't use OPTIMIZED_IV anywhere anymore

pull/25/head
Pavol Rusnak 7 years ago
parent 3b97a8b34c
commit 3d364aac36
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save