curve25519-dalek-source/src
Brian Smith 91a7c641c2 Use more efficient addition chain for scalar inversion.
Use the addition chain from
https://briansmith.org/ecc-inversion-addition-chains-01#curve25519_scalar_inversion.

In my benchmarking, this consistently runs at least 20% faster.
2017-09-03 17:00:42 -10:00
..
constants.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00
constants_32bit.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00
constants_64bit.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00
decaf.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00
edwards.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00
field.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00
field_32bit.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00
field_64bit.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00
lib.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00
montgomery.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00
scalar.rs Use more efficient addition chain for scalar inversion. 2017-09-03 17:00:42 -10:00
utils.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00