mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-05 23:33:07 +00:00
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
pragma circom 2.0.0;
|
|
|
|
include "../../../external/hash-circuits/circuits/poseidon2/poseidon2_hash.circom";
|
|
|
|
component main {public [inp]} = Poseidon2_hash( ZKBENCH_INPUT_SIZE );
|