Skip to content

Commit

Permalink
Revert "circuit2 update #84"
Browse files Browse the repository at this point in the history
This reverts commit 843616d.
  • Loading branch information
vo-nil committed Nov 8, 2023
1 parent 843616d commit a51e6a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contracts/zkllvm/circuit2/commitment.sol
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,6 @@ library modular_commitment_scheme_circuit2 {
}


bytes calldata proof_of_work = blob[blob.length - 4:];
transcript.update_transcript(tr_state, proof_of_work);
uint256 p_o_w = transcript.get_integral_challenge_be(tr_state, 4);
if (p_o_w & 4294901760 != 0) return false;


unchecked{
offset += 0x8 + r;
Expand Down

0 comments on commit a51e6a6

Please sign in to comment.