Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Jul 30, 2024
1 parent 0df1d9e commit a633939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curve25519-dalek/src/ristretto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ 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
Expand Down

0 comments on commit a633939

Please sign in to comment.