options: Add NEM support

pull/25/head
Saleem Rashid 7 years ago committed by Pavol Rusnak
parent 9dfc6a4477
commit 7c3b2d5209

@ -29,6 +29,7 @@ CFLAGS += -Ichacha20poly1305
CFLAGS += -Ied25519-donna
CFLAGS += -DUSE_ETHEREUM=1
CFLAGS += -DUSE_GRAPHENE=1
CFLAGS += -DUSE_NEM=1
# disable certain optimizations and features when small footprint is required
ifdef SMALL

@ -66,6 +66,11 @@
#define USE_GRAPHENE 0
#endif
// support NEM operations
#ifndef USE_NEM
#define USE_NEM 0
#endif
// support Keccak hashing
#ifndef USE_KECCAK
#define USE_KECCAK 1

Loading…
Cancel
Save