e7a10f72d6
git-subtree-dir: pairing git-subtree-mainline:c6f95b3997
git-subtree-split:e93d939ae0
10 lines
126 B
Rust
10 lines
126 B
Rust
#![feature(test)]
|
|
|
|
extern crate ff;
|
|
extern crate pairing_ce;
|
|
extern crate rand;
|
|
extern crate test;
|
|
|
|
mod bls12_381;
|
|
mod bn256;
|