Skip to content

Commit

Permalink
feat(zk): init vanishing_argument of ProvingKey
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchangYoo committed Dec 18, 2023
1 parent 8d0ef06 commit f678dc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tachyon/zk/plonk/keys/proving_key.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,8 @@ class ProvingKey : public Key<PCSTy> {
});
l_active_row_ = domain->IFFT(evals);

// TODO(chokobole): Set |vanishing_argument_|.
// See
// https://github.com/kroma-network/halo2/blob/7d0a36990452c8e7ebd600de258420781a9b7917/halo2_proofs/src/plonk/keygen.rs#L395.
vanishing_argument_ =
VanishingArgument<F>::Create(verifying_key_.constraint_system());
return true;
}

Expand Down

0 comments on commit f678dc0

Please sign in to comment.