]> git.ipfire.org Git - thirdparty/nettle.git/commit
Rename add and dup functions for Edwards curves.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 17 Dec 2019 21:59:57 +0000 (22:59 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 18 Dec 2019 07:18:04 +0000 (08:18 +0100)
commit923cc6ae98fc1da9cbd98ba8f8fcaf5240967221
tree692c7a9bcec73798398911c623813d184d840e56
parent6d455c6d3c6a7011fb51f38bb9423a7aff34f00b
Rename add and dup functions for Edwards curves.
13 files changed:
ChangeLog
Makefile.in
ecc-25519.c
ecc-448.c
ecc-add-eh.c
ecc-add-ehh.c
ecc-add-th.c [new file with mode: 0644]
ecc-add-thh.c [new file with mode: 0644]
ecc-dup-eh.c
ecc-dup-th.c [new file with mode: 0644]
ecc-internal.h
testsuite/ecc-add-test.c
testsuite/ecc-dup-test.c