librustzcash/benches/pairing_benches.rs

9 lines
112 B
Rust
Raw Normal View History

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