mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-20 14:33:06 +00:00
10 lines
256 B
INI
10 lines
256 B
INI
name: "Hashes benchmarking using sp1 prover"
|
|
author:
|
|
timeout: 500
|
|
params:
|
|
[ HASH_TYPE_TREE: [ "poseidon2"]
|
|
, TREE_DEPTH: [ 2, 4, 8, 16 ]
|
|
]
|
|
tags: sp1, $HASH_TYPE_TREE
|
|
comments:
|
|
The benchmarks includes for poseidon2(merkle hashing) over BN256. |