File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ pub use ironfish_zkp::primitives::ValueCommitment;
49
49
//
50
50
// The values are all loaded from a file in serialized form.
51
51
pub struct Sapling {
52
- spend_params : groth16:: Parameters < Bls12 > ,
53
- output_params : groth16:: Parameters < Bls12 > ,
54
- mint_params : groth16:: Parameters < Bls12 > ,
55
- spend_verifying_key : groth16:: PreparedVerifyingKey < Bls12 > ,
56
- output_verifying_key : groth16:: PreparedVerifyingKey < Bls12 > ,
57
- mint_verifying_key : groth16:: PreparedVerifyingKey < Bls12 > ,
52
+ pub spend_params : groth16:: Parameters < Bls12 > ,
53
+ pub output_params : groth16:: Parameters < Bls12 > ,
54
+ pub mint_params : groth16:: Parameters < Bls12 > ,
55
+ pub spend_verifying_key : groth16:: PreparedVerifyingKey < Bls12 > ,
56
+ pub output_verifying_key : groth16:: PreparedVerifyingKey < Bls12 > ,
57
+ pub mint_verifying_key : groth16:: PreparedVerifyingKey < Bls12 > ,
58
58
}
59
59
60
60
impl Sapling {
You can’t perform that action at this time.
0 commit comments