]> git.ipfire.org Git - thirdparty/nettle.git/commit
eccdata: (ecc_curve_init_str): Delete unused t and d arguments.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 21 Nov 2019 19:00:35 +0000 (20:00 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 21 Nov 2019 19:00:35 +0000 (20:00 +0100)
commitc649509f371dcaab9f7e9dbbac27d2c195aaa40a
treea4328247e58ced457b1cfd769a0cc706098289de
parent889a582f3ee1b03e98f47e8bb353659af0933822
eccdata: (ecc_curve_init_str): Delete unused t and d arguments.

Related to the the edwards_root member of struct ecc_curve, which
was used by ecc_a_to_eh before it was deleted, see 2014-09-17
entry below.
(ecc_curve_init): Delete corresponding curve25519 constants, and
NULL arguments passed for the other curves.
ChangeLog
eccdata.c