mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
Sync with ark-algebra: change the location of BitIteratorBE (#107)
* revert * fix
This commit is contained in:
@@ -7,7 +7,7 @@ use crate::{
|
||||
groups::bls12::{G1AffineVar, G1PreparedVar, G1Var, G2PreparedVar, G2Var},
|
||||
};
|
||||
use ark_ec::bls12::{Bls12, Bls12Parameters, TwistType};
|
||||
use ark_ff::fields::BitIteratorBE;
|
||||
use ark_ff::BitIteratorBE;
|
||||
use core::marker::PhantomData;
|
||||
|
||||
/// Specifies the constraints for computing a pairing in a BLS12 bilinear group.
|
||||
|
||||
Reference in New Issue
Block a user