mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Pure refactor, semantics identical: the read_le_u64_into call (whose chunks/zip iterators are opaque to the extraction) becomes an explicit nested index loop, the same shape as the proven from_bytes_wide unpack. With this the entire vartime_double_base::mul extraction closure is self-contained: zero external axioms, zero sorries. |
||
|---|---|---|
| .. | ||
| backend | ||
| edwards | ||
| lizard | ||
| ristretto | ||
| backend.rs | ||
| constants.rs | ||
| diagnostics.rs | ||
| edwards.rs | ||
| field.rs | ||
| lib.rs | ||
| lizard.rs | ||
| macros.rs | ||
| montgomery.rs | ||
| ristretto.rs | ||
| scalar.rs | ||
| traits.rs | ||
| window.rs | ||