mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
This was presumably added for use with formulas that use two multiplications by small constants (i.e., 121665 and 121666) instead of one multiplication by a large constant (i.e., -121665/121666), but we don't use those formulas. |
||
|---|---|---|
| .. | ||
| constants.rs | ||
| curve.rs | ||
| field.rs | ||
| lib.rs | ||
| scalar.rs | ||
| util.rs | ||