mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-09 07:21:29 +01:00
Sync with ark-algebra: change the location of BitIteratorBE (#107)
* revert * fix
This commit is contained in:
@@ -77,7 +77,7 @@ ark-std = { git = "https://github.com/arkworks-rs/std" }
|
|||||||
ark-ec = { git = "https://github.com/arkworks-rs/algebra" }
|
ark-ec = { git = "https://github.com/arkworks-rs/algebra" }
|
||||||
ark-ff = { git = "https://github.com/arkworks-rs/algebra" }
|
ark-ff = { git = "https://github.com/arkworks-rs/algebra" }
|
||||||
ark-poly = { git = "https://github.com/arkworks-rs/algebra" }
|
ark-poly = { git = "https://github.com/arkworks-rs/algebra" }
|
||||||
ark-algebra-bench-templates = { git = "https://github.com/arkworks-rs/algebra" }
|
ark-serialize = { git = "https://github.com/arkworks-rs/algebra" }
|
||||||
ark-test-curves = { git = "https://github.com/arkworks-rs/algebra" }
|
ark-test-curves = { git = "https://github.com/arkworks-rs/algebra" }
|
||||||
ark-bls12-381 = { git = "https://github.com/arkworks-rs/curves" }
|
ark-bls12-381 = { git = "https://github.com/arkworks-rs/curves" }
|
||||||
ark-bls12-377 = { git = "https://github.com/arkworks-rs/curves" }
|
ark-bls12-377 = { git = "https://github.com/arkworks-rs/curves" }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ use crate::{
|
|||||||
groups::bls12::{G1AffineVar, G1PreparedVar, G1Var, G2PreparedVar, G2Var},
|
groups::bls12::{G1AffineVar, G1PreparedVar, G1Var, G2PreparedVar, G2Var},
|
||||||
};
|
};
|
||||||
use ark_ec::bls12::{Bls12, Bls12Parameters, TwistType};
|
use ark_ec::bls12::{Bls12, Bls12Parameters, TwistType};
|
||||||
use ark_ff::fields::BitIteratorBE;
|
use ark_ff::BitIteratorBE;
|
||||||
use core::marker::PhantomData;
|
use core::marker::PhantomData;
|
||||||
|
|
||||||
/// Specifies the constraints for computing a pairing in a BLS12 bilinear group.
|
/// Specifies the constraints for computing a pairing in a BLS12 bilinear group.
|
||||||
|
|||||||
Reference in New Issue
Block a user