mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-03 22:33:06 +00:00
12 lines
415 B
INI
12 lines
415 B
INI
name: "Hashes benchmarking using risc0 prover"
|
|
author:
|
|
timeout: 1000
|
|
params:
|
|
[ HASH_TYPE_TREE: [ "poseidon2_babybear", "poseidon2_babybear_native", "poseidon2_bn128"]
|
|
, TREE_DEPTH: [ 2, 4, 8, 16 ]
|
|
]
|
|
tags: risc0, $HASH_TYPE_TREE
|
|
comments:
|
|
The benchmarks includes for poseidon2(merkle hashing) over bn128 and babybear.
|
|
the hashing is done inside the guest and receipt is received which is verified.
|