curve25519: Use powering to compute modp inverses, 5.5 times faster than ecc_mod_inv.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 23 Sep 2014 12:04:25 +0000 (14:04 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 23 Sep 2014 12:04:25 +0000 (14:04 +0200)
commit8b6cd994fe5a4d88a467fa93ab1596e1b445582a
treeac1beb8e28ae7aae35344312f6896777db8af06c
parentbf52911d41f394f69edd3ae8acf8d9d261e16d27
curve25519: Use powering to compute modp inverses, 5.5 times faster than ecc_mod_inv.
ChangeLog
ecc-192.c
ecc-224.c
ecc-25519.c
ecc-256.c
ecc-384.c
ecc-521.c
ecc-eh-to-a.c
ecc-internal.h
testsuite/ecc-modinv-test.c