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 445bce8 commit 07699b5Copy full SHA for 07699b5
src/group/msm.rs
@@ -66,7 +66,6 @@ impl<G: PrimeGroup> VariableMultiScalarMul for G {
66
67
// NOTE: Based on the msm benchmark in this repo, msm_pippenger provides improvements over
68
// msm_naive past a small constant size, but is significantly slower for very small MSMs.
69
- // TODO: Support specialized MSM selection based on the group.
70
match scalars.len() {
71
0 => Self::identity(),
72
1..16 => msm_naive(bases, scalars),
0 commit comments