We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
VartimeRistrettoPrecomputation
1 parent ed83542 commit 485ffabCopy full SHA for 485ffab
curve25519-dalek/src/ristretto.rs
@@ -1007,6 +1007,9 @@ 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
1014
// decouple stability of the inner type from the stability of the
1015
// outer type.
0 commit comments