risc0-curve25519-dalek-source/src/curve_models
Henry de Valence a3f53c9134 Refactor select_precomputed_point into a LookupTable struct.
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.
2017-12-07 12:46:57 -08:00
..
mod.rs Refactor select_precomputed_point into a LookupTable struct. 2017-12-07 12:46:57 -08:00
window.rs Refactor select_precomputed_point into a LookupTable struct. 2017-12-07 12:46:57 -08:00