]> git.ipfire.org Git - thirdparty/nettle.git/commit
Add separate result argument to all mod functions.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 30 Oct 2020 14:01:39 +0000 (15:01 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 30 Oct 2020 19:22:40 +0000 (20:22 +0100)
commitf4f5625edb7d899972431b838ac19ced9288f68a
treebc18e9bd95b9f940bc6d4229e012c063562e8c9e
parentcbf217b15f66a73041e6fe1a108453efd0297d27
Add separate result argument to all mod functions.

* ecc-internal.h (typedef ecc_mod_func): Add separate result
argument. Updated all C implementations and callers.
22 files changed:
ChangeLog
ecc-a-to-j.c
ecc-curve25519.c
ecc-curve448.c
ecc-gost-gc256b.c
ecc-gost-gc512a.c
ecc-internal.h
ecc-j-to-a.c
ecc-mod-arith.c
ecc-mod-inv.c
ecc-mod.c
ecc-pm1-redc.c
ecc-pp1-redc.c
ecc-secp192r1.c
ecc-secp224r1.c
ecc-secp256r1.c
ecc-secp384r1.c
ecc-secp521r1.c
eddsa-hash.c
examples/ecc-benchmark.c
testsuite/ecc-mod-test.c
testsuite/ecc-redc-test.c