mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-07 06:44:11 +00:00
They were broken by #91 but went unnoticed because CI does not compile the benchmarks, which requires the nightly toolchain.
11 lines
165 B
Rust
11 lines
165 B
Rust
#![feature(test)]
|
|
|
|
extern crate ff;
|
|
extern crate group;
|
|
extern crate pairing;
|
|
extern crate rand_core;
|
|
extern crate rand_xorshift;
|
|
extern crate test;
|
|
|
|
mod bls12_381;
|