mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 07:42:15 +00:00
e924247e73
git-subtree-dir: pairing git-subtree-mainline:ad16ba6a35
git-subtree-split:09b6e6f921
8 lines
95 B
Rust
8 lines
95 B
Rust
#![feature(test)]
|
|
|
|
extern crate pairing;
|
|
extern crate rand;
|
|
extern crate test;
|
|
|
|
mod bls12_381;
|