summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2019-12-17 22:59:57 +0100
committerNiels Möller <nisse@lysator.liu.se>2019-12-18 08:18:04 +0100
commit923cc6ae98fc1da9cbd98ba8f8fcaf5240967221 (patch)
tree692c7a9bcec73798398911c623813d184d840e56 /Makefile.in
parent6d455c6d3c6a7011fb51f38bb9423a7aff34f00b (diff)
downloadnettle-923cc6ae98fc1da9cbd98ba8f8fcaf5240967221.tar.gz
Rename add and dup functions for Edwards curves.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 8d06149f..9c67c778 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -180,6 +180,7 @@ hogweed_SOURCES = sexp.c sexp-format.c \
ecc-dup-jj.c ecc-add-jja.c ecc-add-jjj.c \
ecc-eh-to-a.c \
ecc-dup-eh.c ecc-add-eh.c ecc-add-ehh.c \
+ ecc-dup-th.c ecc-add-th.c ecc-add-thh.c \
ecc-mul-g-eh.c ecc-mul-a-eh.c ecc-mul-m.c \
ecc-mul-g.c ecc-mul-a.c ecc-hash.c ecc-random.c \
ecc-point.c ecc-scalar.c ecc-point-mul.c ecc-point-mul-g.c \