risc0-curve25519-dalek-source/src/backend
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
..
serial Remove constant-time multiscalar precomputation. 2019-02-13 12:26:31 -08:00
vector Remove constant-time multiscalar precomputation. 2019-02-13 12:26:31 -08:00
mod.rs Fix rustdoc feature flags to compile on stable. 2019-01-18 14:19:39 -08:00