Skip to content

Commit

Permalink
bench update
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoPope committed Jul 29, 2024
1 parent f825577 commit 670bb50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/benchmark_xof.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def benchmark_pycryptodome_stream(shake, absorb, c, n):
b = benchmark_hashlib_one_call(shake_128, b"benchmarking...", 123, 1000)
c = benchmark_hashlib_stream(shake_128_hashlib, b"benchmarking...", 123, 1000)
d = benchmark_pycryptodome_stream(SHAKE128_XOF(), b"benchmarking...", 123, 1000)

assert a == b == c == d


Expand Down

0 comments on commit 670bb50

Please sign in to comment.