File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,8 @@ impl Witnesses {
268268
269269/// The verifying key for the Orchard Action circuit.
270270///
271- /// In practice, this is constructed for either `OrchardVanilla` or `OrchardZSA`.
271+ /// In the current type system, this could be a verifying key for either
272+ /// the original Orchard Action circuit, or the OrchardZSA circuit.
272273#[ derive( Debug ) ]
273274pub struct VerifyingKey {
274275 pub ( crate ) params : halo2_proofs:: poly:: commitment:: Params < vesta:: Affine > ,
@@ -289,7 +290,8 @@ impl VerifyingKey {
289290
290291/// The proving key for the Orchard Action circuit.
291292///
292- /// In practice, this is constructed for either `OrchardVanilla` or `OrchardZSA`.
293+ /// In the current type system, this could be a verifying key for either
294+ /// the original Orchard Action circuit, or the OrchardZSA circuit.
293295#[ derive( Debug ) ]
294296pub struct ProvingKey {
295297 params : halo2_proofs:: poly:: commitment:: Params < vesta:: Affine > ,
You can’t perform that action at this time.
0 commit comments