librustzcash/pairing/benches/pairing_benches.rs

10 lines
132 B
Rust

#![feature(test)]
extern crate ff;
extern crate group;
extern crate pairing;
extern crate rand;
extern crate test;
mod bls12_381;