curve25519-dalek-source/src/curve_models
Henry de Valence 76a8d43a04 Create a new scalar_mul module hierarchy.
This should contain generic implementations of scalar multiplication algorithms
that can be used with multiple backends.  The goal is to move the existing
scalar multiplication code into this submodule, then call it from the
user-facing API.  This can also contain code for things we can't do now, like
multiscalar multiplication with precomputation.
2018-03-26 14:34:28 -07:00
..
mod.rs Create a new scalar_mul module hierarchy. 2018-03-26 14:34:28 -07:00