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