mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-09 01:03:10 +00:00
11 lines
286 B
INI
11 lines
286 B
INI
name: "Plonky2 hashes circuit benchmarking"
|
|
author:
|
|
timeout: 200
|
|
params:
|
|
[ HASH_TYPE: [ "sha256", "keccak", "keccak-polygon"]
|
|
, INPUT_SIZE_BYTES: [ 256, 512, 1024, 2048 ]
|
|
]
|
|
tags: plonky2, $HASH_TYPE
|
|
|
|
comments:
|
|
The benchmarks includes for sha256, keccak and poseidon hash. |