Skip to content

Commit

Permalink
AAAAAAAAAA
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumata888 committed Mar 12, 2024
1 parent 54e5bcc commit 5671929
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ TEST_F(IPATest, AIsZeroAfterOneRound)
// Compute opening proof
IPA::compute_opening_proof_internal(this->ck(), opening_pair, poly, transcript);

// Reset indices
transcript->reset_for_verifier();

// Verify
EXPECT_TRUE(IPA::verify_internal(this->vk(), opening_claim, transcript));
}
Expand Down

0 comments on commit 5671929

Please sign in to comment.