File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
crates/zair-sapling-proofs/src Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ impl From<zair_core::schema::config::ValueCommitmentScheme> for ValueCommitmentS
3939/// The caller generates witness randomness (`alpha`, `rcv`, `rcv_sha256`) before calling
4040/// the prover. The prover deterministically computes derived public values (`rk`, `cv`,
4141/// `cv_sha256`) for inclusion in the proof output.
42+ #[ cfg( feature = "prove" ) ]
4243#[ derive( Debug , Clone ) ]
4344pub struct ClaimProofInputs {
4445 /// Diversifier (11 bytes)
Original file line number Diff line number Diff line change 44
55use bellman:: gadgets:: multipack;
66use bellman:: groth16:: { PreparedVerifyingKey , Proof , verify_proof} ;
7+ pub use bellman:: groth16:: { VerifyingKey , prepare_verifying_key} ;
78use bls12_381:: Bls12 ;
89
910pub use crate :: error:: ClaimProofError ;
You can’t perform that action at this time.
0 commit comments