s/{pairing::bls12_381, zcash_primitives::jubjub}/{bls12_381, jubjub}

FINALLY.
This commit is contained in:
Jack Grigg 2020-07-02 08:26:54 +12:00
parent 6c76adca08
commit 200901d496
1 changed files with 2 additions and 1 deletions

View File

@ -22,8 +22,9 @@
//! },
//! groth16, Circuit, ConstraintSystem, SynthesisError,
//! };
//! use bls12_381::Bls12;
//! use ff::PrimeField;
//! use pairing::{bls12_381::Bls12, Engine};
//! use pairing::Engine;
//! use rand::rngs::OsRng;
//! use sha2::{Digest, Sha256};
//!