librustzcash/benches/pairing_benches.rs

8 lines
95 B
Rust
Raw Normal View History

2017-09-28 10:31:46 -07:00
#![feature(test)]
extern crate test;
extern crate rand;
extern crate pairing;
mod bls12_381;