mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 23:42:13 +00:00
b872e9fc49
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;
|