risc0-curve25519-dalek-source/src/backend/serial
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
..
curve_models Restructure source tree into serial and vector backends. 2019-01-18 01:49:40 -08:00
scalar_mul Remove constant-time multiscalar precomputation. 2019-02-13 12:26:31 -08:00
u32 Restructure source tree into serial and vector backends. 2019-01-18 01:49:40 -08:00
u64 Restructure source tree into serial and vector backends. 2019-01-18 01:49:40 -08:00
mod.rs Refactor documentation to use doc_cfg. 2019-01-18 14:19:39 -08:00