pirate-librustzcash/pairing/benches/pairing_benches.rs

11 lines
165 B
Rust
Raw Normal View History

2017-09-28 11:31:46 -06:00
#![feature(test)]
2018-06-30 21:56:49 -04:00
extern crate ff;
2018-07-02 12:50:47 +01:00
extern crate group;
extern crate pairing;
extern crate rand_core;
extern crate rand_xorshift;
2018-05-17 10:50:56 -06:00
extern crate test;
mod bls12_381;