Skip to content

Commit ef00825

Browse files
committed
chore: fix typo
1 parent 24d0bd2 commit ef00825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cac/vsss.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl Secp256k1 {
2626
}
2727
}
2828

29-
// Replacement of BatchMulPreprocessing::batch_mul, which (1) uses rayon parallization
29+
// Replacement of BatchMulPreprocessing::batch_mul, which (1) uses rayon parallelization
3030
// and (2) converts the result to an affine point instead of a projective point.
3131
fn generator_batch_mul(&self, scalars: &[Fr]) -> Vec<Projective> {
3232
scalars.iter().map(|e| self.windowed_mul(e)).collect()

0 commit comments

Comments
 (0)