Skip to content

Commit

Permalink
Update precomputation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Jul 26, 2024
1 parent 35e78b2 commit 86c1987
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 86c1987

Please sign in to comment.