mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 02:03:07 +00:00
fmt
This commit is contained in:
parent
c07f99ac81
commit
effcc967d0
@ -1,7 +1,10 @@
|
||||
use std::collections::BTreeMap;
|
||||
use std::marker::PhantomData;
|
||||
|
||||
use crate::field::{extension_field::Extendable, field_types::{Field, PrimeField}};
|
||||
use crate::field::{
|
||||
extension_field::Extendable,
|
||||
field_types::{Field, PrimeField},
|
||||
};
|
||||
use crate::gates::switch::SwitchGate;
|
||||
use crate::iop::generator::{GeneratedValues, SimpleGenerator};
|
||||
use crate::iop::target::Target;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user