diff options
Diffstat (limited to 'pyecsca/codegen/templates/Makefile')
| -rw-r--r-- | pyecsca/codegen/templates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/codegen/templates/Makefile b/pyecsca/codegen/templates/Makefile index be1ab08..8721d4c 100644 --- a/pyecsca/codegen/templates/Makefile +++ b/pyecsca/codegen/templates/Makefile @@ -4,7 +4,7 @@ SRC += main.c bn/bn.c asn1/asn1.c hash/hash.c prng/prng.c $(wildcard gen/*.c) PLATFORM = {{ platform }} -CDEFS += -DHASH={{ hash_type }} -DMOD_RAND={{ mod_rand }} +CDEFS += -DHASH={{ hash_type }} -DMOD_RAND={{ mod_rand }} -DREDUCTION={{ reduction }} MKDIR_LIST += hash prng asn1 bn gen |
