We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df1d9e commit a633939Copy full SHA for a633939
curve25519-dalek/src/ristretto.rs
@@ -1007,7 +1007,7 @@ impl VartimeMultiscalarMul for RistrettoPoint {
1007
}
1008
1009
/// Precomputation for variable-time multiscalar multiplication with `RistrettoPoint`s.
1010
-///
+///
1011
/// Note that for large numbers of `RistrettoPoint`s, this functionality may be less
1012
/// efficient than the corresponding `VartimeMultiscalarMul` implementation.
1013
// This wraps the inner implementation in a facade type so that we can
0 commit comments