aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/Makefile
diff options
context:
space:
mode:
authorJ08nY2019-11-26 20:37:19 +0100
committerJ08nY2019-11-26 20:37:19 +0100
commitbb00fee9702155586e674b9d6a3b838bd54baac2 (patch)
treecc35efecb92ae20dbab88694737a6b7d53a62782 /pyecsca/codegen/Makefile
parent6784477dfc8f34f8d1a262517fe83ae70a59b325 (diff)
downloadpyecsca-codegen-bb00fee9702155586e674b9d6a3b838bd54baac2.tar.gz
pyecsca-codegen-bb00fee9702155586e674b9d6a3b838bd54baac2.tar.zst
pyecsca-codegen-bb00fee9702155586e674b9d6a3b838bd54baac2.zip
Add ASN.1 parsing and more utility functions, + commands sketch.
Diffstat (limited to 'pyecsca/codegen/Makefile')
-rw-r--r--pyecsca/codegen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/codegen/Makefile b/pyecsca/codegen/Makefile
index 73a6eca..13122d0 100644
--- a/pyecsca/codegen/Makefile
+++ b/pyecsca/codegen/Makefile
@@ -1,6 +1,6 @@
TARGET = pyecsca-codegen
-SRC += main.c bn.c ecdh.c ecdsa.c hash/hash.c mult/mult.c prng/prng.c
+SRC += main.c bn.c ecdh.c ecdsa.c asn1.c hash/hash.c mult/mult.c prng/prng.c
CDEFS += -DHASH=HASH_SHA224