phase2-bn254/benches/pairing_benches.rs

8 lines
95 B
Rust
Raw Normal View History

2017-09-28 20:31:46 +03:00
#![feature(test)]
extern crate pairing;
2018-05-17 19:50:56 +03:00
extern crate rand;
extern crate test;
mod bls12_381;