Skip to content

Commit

Permalink
docs: update VartimeRistrettoPrecomputation documentation (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert authored Jan 12, 2025
1 parent ed83542 commit 485ffab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions curve25519-dalek/src/ristretto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,9 @@ impl VartimeMultiscalarMul for RistrettoPoint {
}

/// 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
// decouple stability of the inner type from the stability of the
// outer type.
Expand Down

0 comments on commit 485ffab

Please sign in to comment.