librustzcash/pairing/benches/pairing_benches.rs

11 lines
165 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;
2018-07-02 04:50:47 -07:00
extern crate group;
extern crate pairing;
extern crate rand_core;
extern crate rand_xorshift;
2018-05-17 09:50:56 -07:00
extern crate test;
mod bls12_381;