Skip to content

Commit

Permalink
Update cryptography/bls12_381/src/fixed_base_msm_blst.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Sep 6, 2024
1 parent eb14e85 commit e8144ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cryptography/bls12_381/src/fixed_base_msm_blst.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ impl FixedBaseMSMPrecompBLST {
point = -point;
}

// Time pushing to windows_of_points
windows_of_points[window_idx].push(point);
}
}
Expand Down

0 comments on commit e8144ae

Please sign in to comment.