mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-14 18:55:47 +00:00
git-subtree-dir: pairing git-subtree-mainline: ad16ba6a3534aaae007de81930faeeb9ecd93ae8 git-subtree-split: 09b6e6f9212020f385218e5cf5287e381ccd312b
8 lines
95 B
Rust
8 lines
95 B
Rust
#![feature(test)]
|
|
|
|
extern crate pairing;
|
|
extern crate rand;
|
|
extern crate test;
|
|
|
|
mod bls12_381;
|