mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
The `MontgomeryPoint` struct is now a point on the Kummer line of the Montgomery curve. The `ProjectivePoint` struct is made private, since its only purpose is internal to the Montgomery ladder. The Montgomery ladder takes affine input, making it faster, and produces affine output. The Edwards-Montgomery correspondence is simplified. |
||
|---|---|---|
| .. | ||
| backend | ||
| curve_models | ||
| constants.rs | ||
| edwards.rs | ||
| field.rs | ||
| lib.rs | ||
| macros.rs | ||
| montgomery.rs | ||
| ristretto.rs | ||
| scalar.rs | ||
| traits.rs | ||