Skip to content

Commit bda4fe0

Browse files
committed
PR471 review: updated comment for VerifyingKey x2
updated comment to address zcash#471 (comment) and zcash#471 (comment)
1 parent a80b5fa commit bda4fe0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/circuit.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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)]
273274
pub 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)]
294296
pub struct ProvingKey {
295297
params: halo2_proofs::poly::commitment::Params<vesta::Affine>,

0 commit comments

Comments
 (0)