Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Aug 11, 2021
1 parent 2dac127 commit c28febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub mod prelude {
bits::{boolean::Boolean, uint32::UInt32, uint8::UInt8, ToBitsGadget, ToBytesGadget},
eq::*,
fields::{FieldOpsBounds, FieldVar, FieldWithVar},
groups::{CurveVar, GroupOpsBounds, CurveWithVar},
groups::{CurveVar, CurveWithVar, GroupOpsBounds},
pairing::{PairingGadget, PairingWithGadget},
select::*,
R1CSVar,
Expand Down

0 comments on commit c28febd

Please sign in to comment.