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 24d0bd2 commit ef00825Copy full SHA for ef00825
src/cac/vsss.rs
@@ -26,7 +26,7 @@ impl Secp256k1 {
26
}
27
28
29
- // Replacement of BatchMulPreprocessing::batch_mul, which (1) uses rayon parallization
+ // Replacement of BatchMulPreprocessing::batch_mul, which (1) uses rayon parallelization
30
// and (2) converts the result to an affine point instead of a projective point.
31
fn generator_batch_mul(&self, scalars: &[Fr]) -> Vec<Projective> {
32
scalars.iter().map(|e| self.windowed_mul(e)).collect()
0 commit comments