Skip to content

Commit

Permalink
Update prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Aug 11, 2021
1 parent 329e839 commit 0c81335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ pub mod prelude {
alloc::*,
bits::{boolean::Boolean, uint32::UInt32, uint8::UInt8, ToBitsGadget, ToBytesGadget},
eq::*,
fields::{FieldOpsBounds, FieldVar},
groups::{CurveVar, GroupOpsBounds},
pairing::PairingGadget,
fields::{FieldOpsBounds, FieldVar, FieldWithVar},
groups::{CurveVar, GroupOpsBounds, CurveWithVar},
pairing::{PairingGadget, PairingWithGadget},
select::*,
R1CSVar,
};
Expand Down

0 comments on commit 0c81335

Please sign in to comment.