mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-06 07:43:10 +00:00
Delete more outdated comments
This commit is contained in:
parent
aa78d02c01
commit
e50eeb6cf4
@ -18,12 +18,6 @@ fn main() {
|
||||
env_logger::Builder::from_env(Env::default().default_filter_or("debug")).init();
|
||||
|
||||
bench_prove::<CrandallField, 4>();
|
||||
|
||||
// bench_field_mul::<CrandallField>();
|
||||
|
||||
// bench_fft();
|
||||
println!();
|
||||
// bench_gmimc::<CrandallField>();
|
||||
}
|
||||
|
||||
fn bench_prove<F: Field + Extendable<D>, const D: usize>() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user