This commit is contained in:
Daniel Lubarov 2021-11-01 21:50:42 -07:00
parent eb76bc5f67
commit caf95ae9dc
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ use plonky2::field::crandall_field::CrandallField;
use plonky2::field::goldilocks_field::GoldilocksField;
use plonky2::hash::gmimc::GMiMC;
use plonky2::hash::poseidon::Poseidon;
use tynm::type_name;
pub(crate) fn bench_gmimc<F: GMiMC<WIDTH>, const WIDTH: usize>(c: &mut Criterion) {

View File

@ -1,5 +1,4 @@
use anyhow::Result;
use rayon::prelude::*;
use crate::field::extension_field::Extendable;