Use struct ecc_modulo for all mod and redc functions.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 22 Sep 2014 11:47:43 +0000 (13:47 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 22 Sep 2014 11:47:43 +0000 (13:47 +0200)
commit0b511c919436d21d14280b2c6ed9f1131de71de4
treeca022977e81b4757078ce29ca3da5a69f1ae9d7b
parenta78c9459fda9204b870350a3e075cd78d448fca2
Use struct ecc_modulo for all mod and redc functions.
21 files changed:
ChangeLog
Makefile.in
ecc-192.c
ecc-224.c
ecc-25519.c
ecc-256.c
ecc-384.c
ecc-521.c
ecc-a-to-j.c
ecc-generic-modp.c [deleted file]
ecc-generic-modq.c [deleted file]
ecc-internal.h
ecc-j-to-a.c
ecc-mod.c
ecc-modp.c
ecc-modq.c
ecc-pm1-redc.c
ecc-pp1-redc.c
examples/ecc-benchmark.c
testsuite/ecc-mod-test.c
testsuite/ecc-redc-test.c