risc0-curve25519-dalek-source/src/backend/vector
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
..
avx2 fixup AVX2 ascii blocks so they don't run as doctests 2019-02-12 12:52:02 -08:00
ifma Add notes on the IFMA implementation. 2019-01-18 14:19:39 -08:00
scalar_mul Remove constant-time multiscalar precomputation. 2019-02-13 12:26:31 -08:00
mod.rs Refactor documentation to use doc_cfg. 2019-01-18 14:19:39 -08:00