mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-09 21:10:44 +00:00
docs: update VartimeRistrettoPrecomputation documentation (#667)
This commit is contained in:
parent
ed83542d7e
commit
485ffab769
1 changed files with 3 additions and 0 deletions
|
|
@ -1007,6 +1007,9 @@ impl VartimeMultiscalarMul for RistrettoPoint {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Precomputation for variable-time multiscalar multiplication with `RistrettoPoint`s.
|
/// Precomputation for variable-time multiscalar multiplication with `RistrettoPoint`s.
|
||||||
|
///
|
||||||
|
/// Note that for large numbers of `RistrettoPoint`s, this functionality may be less
|
||||||
|
/// efficient than the corresponding `VartimeMultiscalarMul` implementation.
|
||||||
// This wraps the inner implementation in a facade type so that we can
|
// This wraps the inner implementation in a facade type so that we can
|
||||||
// decouple stability of the inner type from the stability of the
|
// decouple stability of the inner type from the stability of the
|
||||||
// outer type.
|
// outer type.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue