risc0-curve25519-dalek-source/src/backend/vector/scalar_mul
Henry de Valence 092ff52cb0 Remove constant-time multiscalar precomputation.
This doesn't (yet) give any speedup over the non-precomputed multiscalar
multiplication, and it's not clear that it's a good idea to commit to
supporting it in the future.  Removing it means that it's not committed-to as
part of the public API, but the source is still there in the tree if we want to
revisit it later.
2019-02-13 12:26:31 -08:00
..
mod.rs Add vector implementation of precomputation. 2019-02-12 12:52:02 -08:00
precomputed_straus.rs Remove constant-time multiscalar precomputation. 2019-02-13 12:26:31 -08:00
straus.rs Add vector implementation of precomputation. 2019-02-12 12:52:02 -08:00
variable_base.rs Restructure source tree into serial and vector backends. 2019-01-18 01:49:40 -08:00
vartime_double_base.rs Restructure source tree into serial and vector backends. 2019-01-18 01:49:40 -08:00