Remove unneeded extern crate

This commit is contained in:
NikVolf
2019-10-08 16:06:02 +03:00
parent 39971891d5
commit 7844394364
8 changed files with 7 additions and 30 deletions

View File

@@ -408,6 +408,7 @@ pub fn blake2s<E: ScalarEngine, CS: ConstraintSystem<E>>(
#[cfg(test)]
mod test {
use blake2s_simd::Params as Blake2sParams;
use hex_literal::hex;
use pairing::bls12_381::Bls12;
use rand_core::{RngCore, SeedableRng};
use rand_xorshift::XorShiftRng;