mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-07 20:30:39 +00:00
Update docs to point to multiscalar traits
This commit is contained in:
parent
d3310837b8
commit
82a5e18c29
2 changed files with 10 additions and 6 deletions
|
|
@ -57,11 +57,13 @@
|
||||||
//! `EdwardsBasepointTable`, which performs constant-time fixed-base
|
//! `EdwardsBasepointTable`, which performs constant-time fixed-base
|
||||||
//! scalar multiplication;
|
//! scalar multiplication;
|
||||||
//!
|
//!
|
||||||
//! * the `edwards::multiscalar_mul` function, which performs
|
//! * an implementation of the
|
||||||
|
//! [`MultiscalarMul`](../traits/trait.MultiscalarMul.html) trait for
|
||||||
//! constant-time variable-base multiscalar multiplication;
|
//! constant-time variable-base multiscalar multiplication;
|
||||||
//!
|
//!
|
||||||
//! * the `edwards::vartime::multiscalar_mul` function, which
|
//! * an implementation of the
|
||||||
//! performs variable-time variable-base multiscalar multiplication.
|
//! [`VartimeMultiscalarMul`](../traits/trait.VartimeMultiscalarMul.html)
|
||||||
|
//! trait for variable-time variable-base multiscalar multiplication;
|
||||||
//!
|
//!
|
||||||
//! ## Implementation
|
//! ## Implementation
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
|
|
@ -98,11 +98,13 @@
|
||||||
//! `RistrettoBasepointTable`, which performs constant-time fixed-base
|
//! `RistrettoBasepointTable`, which performs constant-time fixed-base
|
||||||
//! scalar multiplication;
|
//! scalar multiplication;
|
||||||
//!
|
//!
|
||||||
//! * the `ristretto::multiscalar_mul` function, which performs
|
//! * an implementation of the
|
||||||
|
//! [`MultiscalarMul`](../traits/trait.MultiscalarMul.html) trait for
|
||||||
//! constant-time variable-base multiscalar multiplication;
|
//! constant-time variable-base multiscalar multiplication;
|
||||||
//!
|
//!
|
||||||
//! * the `ristretto::vartime::multiscalar_mul` function, which
|
//! * an implementation of the
|
||||||
//! performs variable-time variable-base multiscalar multiplication.
|
//! [`VartimeMultiscalarMul`](../traits/trait.VartimeMultiscalarMul.html)
|
||||||
|
//! trait for variable-time variable-base multiscalar multiplication;
|
||||||
//!
|
//!
|
||||||
//! ## Random Points and Hashing to Ristretto
|
//! ## Random Points and Hashing to Ristretto
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue