Skip to content

Commit 485ffab

Browse files
docs: update VartimeRistrettoPrecomputation documentation (#667)
1 parent ed83542 commit 485ffab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

curve25519-dalek/src/ristretto.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,9 @@ impl VartimeMultiscalarMul for RistrettoPoint {
10071007
}
10081008

10091009
/// 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.
10101013
// This wraps the inner implementation in a facade type so that we can
10111014
// decouple stability of the inner type from the stability of the
10121015
// outer type.

0 commit comments

Comments
 (0)