mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 17:23:08 +00:00
Imports
This commit is contained in:
parent
1229d90fae
commit
63e78826ae
@ -1,4 +1,5 @@
|
||||
use anyhow::Result;
|
||||
use log::Level;
|
||||
use rayon::prelude::*;
|
||||
|
||||
use crate::field::extension_field::Extendable;
|
||||
@ -19,7 +20,6 @@ use crate::timed;
|
||||
use crate::util::partial_products::partial_products;
|
||||
use crate::util::timing::TimingTree;
|
||||
use crate::util::{log2_ceil, transpose};
|
||||
use log::Level;
|
||||
|
||||
pub(crate) fn prove<F: Extendable<D>, const D: usize>(
|
||||
prover_data: &ProverOnlyCircuitData<F, D>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user