mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
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. |
||
|---|---|---|
| .. | ||
| constants.rs | ||
| constants_32bit.rs | ||
| constants_64bit.rs | ||
| decaf.rs | ||
| edwards.rs | ||
| field.rs | ||
| field_32bit.rs | ||
| field_64bit.rs | ||
| lib.rs | ||
| montgomery.rs | ||
| scalar.rs | ||
| utils.rs | ||