pirate-librustzcash/pairing/benches/pairing_benches.rs

9 lines
112 B
Rust
Raw Normal View History

2017-09-28 17:31:46 +00:00
#![feature(test)]
2018-07-01 01:56:49 +00:00
extern crate ff;
extern crate pairing;
2018-05-17 16:50:56 +00:00
extern crate rand;
extern crate test;
mod bls12_381;