Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 15, 2024
1 parent 3e983e9 commit e81f6f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/generate_rust_proof_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

v = Verifier()
for i in range(100):
if i % 100 == 0:
print(i)
challenge = sha256(i.to_bytes(4, "big")).digest()
for index, quality in enumerate(pr.get_qualities_for_challenge(challenge)):
proof = pr.get_full_proof(challenge, index)
Expand Down

0 comments on commit e81f6f5

Please sign in to comment.