mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-07 06:44:11 +00:00
794cf79db2
git-subtree-dir: pairing
git-subtree-split: 3d41ee5aba
10 lines
132 B
Rust
10 lines
132 B
Rust
#![feature(test)]
|
|
|
|
extern crate ff;
|
|
extern crate group;
|
|
extern crate pairing;
|
|
extern crate rand;
|
|
extern crate test;
|
|
|
|
mod bls12_381;
|