Skip to content

Commit a633939

Browse files
committed
Formatting
1 parent 0df1d9e commit a633939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curve25519-dalek/src/ristretto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ impl VartimeMultiscalarMul for RistrettoPoint {
10071007
}
10081008

10091009
/// Precomputation for variable-time multiscalar multiplication with `RistrettoPoint`s.
1010-
///
1010+
///
10111011
/// Note that for large numbers of `RistrettoPoint`s, this functionality may be less
10121012
/// efficient than the corresponding `VartimeMultiscalarMul` implementation.
10131013
// This wraps the inner implementation in a facade type so that we can

0 commit comments

Comments
 (0)