mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +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
|
||||
//! 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;
|
||||
//!
|
||||
//! * the `edwards::vartime::multiscalar_mul` function, which
|
||||
//! performs variable-time variable-base multiscalar multiplication.
|
||||
//! * an implementation of the
|
||||
//! [`VartimeMultiscalarMul`](../traits/trait.VartimeMultiscalarMul.html)
|
||||
//! trait for variable-time variable-base multiscalar multiplication;
|
||||
//!
|
||||
//! ## Implementation
|
||||
//!
|
||||
|
|
|
|||
|
|
@ -98,11 +98,13 @@
|
|||
//! `RistrettoBasepointTable`, which performs constant-time fixed-base
|
||||
//! 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;
|
||||
//!
|
||||
//! * the `ristretto::vartime::multiscalar_mul` function, which
|
||||
//! performs variable-time variable-base multiscalar multiplication.
|
||||
//! * an implementation of the
|
||||
//! [`VartimeMultiscalarMul`](../traits/trait.VartimeMultiscalarMul.html)
|
||||
//! trait for variable-time variable-base multiscalar multiplication;
|
||||
//!
|
||||
//! ## Random Points and Hashing to Ristretto
|
||||
//!
|
||||
|
|
|
|||
Loading…
Reference in a new issue