mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 03:51:22 +00:00
Make domain evaluations public.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use curves::*;
|
||||
use super::*;
|
||||
|
||||
mod domain;
|
||||
pub mod domain;
|
||||
|
||||
pub struct ProvingKey<E: Engine> {
|
||||
a_inputs: Vec<<E::G1 as Curve<E>>::Affine>,
|
||||
|
Reference in New Issue
Block a user