Skip to content

Commit

Permalink
fix: leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnevadoc committed Jul 25, 2024
1 parent 6ede410 commit 4e457f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions benches/msm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ use criterion::{BenchmarkId, Criterion};
use ff::{Field, PrimeField};
use group::prime::PrimeCurveAffine;
use halo2curves::bn256::{Fr as Scalar, G1Affine as Point};
// <<<<<<< HEAD
// use halo2curves::msm::{best_multiexp, msm_serial};
use rand_core::{RngCore, SeedableRng};
// =======
use halo2curves::msm::{msm_best, msm_serial};
// use rand_core::SeedableRng;
// >>>>>>> defcdc2 (refactor: rename msm functions)
use rand_core::{RngCore, SeedableRng};
use rand_xorshift::XorShiftRng;
use rayon::current_thread_index;
use rayon::prelude::{IntoParallelIterator, ParallelIterator};
Expand Down

0 comments on commit 4e457f5

Please sign in to comment.