This commit is contained in:
Nicholas Ward 2021-09-06 21:39:00 -07:00
parent c07f99ac81
commit effcc967d0

View File

@ -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;