Skip to content

Commit 677d708

Browse files
Update benchmarks/serialize.py
Co-authored-by: Cameron <[email protected]> Signed-off-by: makeworld <[email protected]>
1 parent 70ace84 commit 677d708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/serialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_hash_engine_factory(
4646
return memory.SHA256
4747
if hash_algorithm == "blake2":
4848
return memory.BLAKE2
49-
if hash_algorithm == "blake2":
49+
if hash_algorithm == "blake3":
5050
return memory.BLAKE3
5151

5252
raise ValueError(f"Cannot convert {hash_algorithm} to a hash engine")

0 commit comments

Comments
 (0)