mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 15:52:14 +00:00
Remove unused imports in Boolean.
This commit is contained in:
parent
8c37212645
commit
7a7774d8af
@ -2,7 +2,6 @@ use pairing::{
|
||||
Engine,
|
||||
Field,
|
||||
PrimeField,
|
||||
PrimeFieldRepr,
|
||||
BitIterator
|
||||
};
|
||||
|
||||
@ -506,10 +505,9 @@ impl From<AllocatedBit> for Boolean {
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use rand::{SeedableRng, Rand, XorShiftRng};
|
||||
use bellman::{ConstraintSystem};
|
||||
use pairing::bls12_381::{Bls12, Fr};
|
||||
use pairing::{Field, PrimeField, PrimeFieldRepr, BitIterator};
|
||||
use pairing::{Field, PrimeField};
|
||||
use ::circuit::test::*;
|
||||
use super::{
|
||||
AllocatedBit,
|
||||
|
Loading…
Reference in New Issue
Block a user