mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 07:42:15 +00:00
9 lines
112 B
Rust
9 lines
112 B
Rust
#![feature(test)]
|
|
|
|
extern crate ff;
|
|
extern crate pairing;
|
|
extern crate rand;
|
|
extern crate test;
|
|
|
|
mod bls12_381;
|