Skip to content

Commit

Permalink
Move comment to issue #562.
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Jun 28, 2023
1 parent 13244f0 commit 0aa4f8b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ template <typename Curve> struct verification_key {
{
PedersenPreimageBuilder<Composer> preimage_buffer(context);

// WORKTODO: Figure out if there's actually an attack here.
field_t<Composer> circuit_type =
witness_t<Composer>::create_constant_witness(context, static_cast<uint32_t>(Composer::CIRCUIT_TYPE));
domain.generator.create_range_constraint(16, "domain.generator");
Expand Down

0 comments on commit 0aa4f8b

Please sign in to comment.