]> git.ipfire.org Git - thirdparty/nettle.git/commit
Use function pointer rather than calling ecc_add_eh directly.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 18 Dec 2019 07:15:55 +0000 (08:15 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 18 Dec 2019 07:15:55 +0000 (08:15 +0100)
commit6d455c6d3c6a7011fb51f38bb9423a7aff34f00b
tree99351efe701bb36bf4c0167f2e2ccb6acc294414
parent4487719f5fcdf5222c9a35114bde6e5d3238a03d
Use function pointer rather than calling ecc_add_eh directly.

* eddsa-verify.c (_eddsa_verify): Use function pointer rather than
calling ecc_add_eh directly. Preparation for eddsa over curve448.
ChangeLog
eddsa-verify.c