diff options
| author | J08nY | 2019-11-25 21:25:29 +0100 |
|---|---|---|
| committer | J08nY | 2019-11-25 21:25:29 +0100 |
| commit | de491a6191b465edb7bd9a01a5177ac9bf836747 (patch) | |
| tree | 18459bc2cb101782e2157b0e9313d288d1b6a43b /pyecsca/codegen/Makefile | |
| parent | 8a56c7a95e662862cfe78b834ccb091e95d5372f (diff) | |
| download | pyecsca-codegen-de491a6191b465edb7bd9a01a5177ac9bf836747.tar.gz pyecsca-codegen-de491a6191b465edb7bd9a01a5177ac9bf836747.tar.zst pyecsca-codegen-de491a6191b465edb7bd9a01a5177ac9bf836747.zip | |
Start Python codegen impl.
Diffstat (limited to 'pyecsca/codegen/Makefile')
| -rw-r--r-- | pyecsca/codegen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyecsca/codegen/Makefile b/pyecsca/codegen/Makefile index d99a1ce..73a6eca 100644 --- a/pyecsca/codegen/Makefile +++ b/pyecsca/codegen/Makefile @@ -1,12 +1,12 @@ TARGET = pyecsca-codegen -SRC += main.c bn.c ecdh.c ecdsa.c hash/hash.c prng/prng.c +SRC += main.c bn.c ecdh.c ecdsa.c hash/hash.c mult/mult.c prng/prng.c CDEFS += -DHASH=HASH_SHA224 -MKDIR_LIST += hash prng +MKDIR_LIST += hash prng mult -EXTRAINCDIRS += hash prng ../../ext/libtommath/ +EXTRAINCDIRS += hash prng mult ../../ext/libtommath/ LDFLAGS += ../../ext/libtommath/libtommath.a |
