mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Originally this was for hygiene, so that we could erase points from heap-allocated memory in multiscalar_mult, but it ends up providing a cleaner API for scalar multiplication. It's kept inside curve_models for now, but it could go somewhere else if that's a better place. |
||
|---|---|---|
| .. | ||
| backend | ||
| curve_models | ||
| constants.rs | ||
| edwards.rs | ||
| field.rs | ||
| lib.rs | ||
| montgomery.rs | ||
| ristretto.rs | ||
| scalar.rs | ||
| traits.rs | ||