mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-02-26 00:23:12 +00:00
13 lines
432 B
INI
13 lines
432 B
INI
name: "Hashes benchmarking using risc0 prover"
|
|
author:
|
|
timeout: 100
|
|
params:
|
|
[ PROVER: [ risc0 ]
|
|
, INPUT_SIZE: [ 256, 512, 1024, 2048 ]
|
|
, WHICH: [ LINEAR ]
|
|
]
|
|
tags: CPU, SHA256, KECCAK, BLAKE2B, BLAKE3, POSEIDON2, BN128, BABYBEAR
|
|
comments:
|
|
The benchmarks includes for sha256, keccak, blake2b, blake3 & poseidon2(merkle hashing).
|
|
the hashing is done inside the guest and receipt is received which is verified.
|