mirror of
https://github.com/vacp2p/zk-explorations.git
synced 2026-01-09 20:17:59 -05:00
make snark public
This commit is contained in:
@@ -6,7 +6,7 @@ use crate::{
|
||||
|
||||
use nova::{errors::NovaError, traits::Group, RecursiveSNARK};
|
||||
|
||||
pub struct NovaChainHashProof(RecursiveSNARK<G1, G2, C1, C2>);
|
||||
pub struct NovaChainHashProof(pub RecursiveSNARK<G1, G2, C1, C2>);
|
||||
|
||||
impl NovaChainHashProof {
|
||||
pub fn prove_recursively(
|
||||
|
||||
Reference in New Issue
Block a user