mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-06 15:53:08 +00:00
12 lines
372 B
INI
12 lines
372 B
INI
name: "Hashes benchmarking using risc0 prover"
|
|
author:
|
|
timeout: 200
|
|
params:
|
|
[ HASH_TYPE: [ "sha256", "keccak", "blake2b", "blake3"]
|
|
, INPUT_SIZE_BYTES: [ 256, 512, 1024, 2048 ]
|
|
]
|
|
tags: risc0, $HASH_TYPE
|
|
comments:
|
|
The benchmarks includes for sha256, keccak, blake2b, blake3.
|
|
the hashing is done inside the guest and receipt is received which is verified.
|