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 5, 2024
1 parent 5b7082b commit f656623
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 f656623

Please sign in to comment.