zk-benchmarks/hash/snark/bench/Poseidon2/hash_sponge.circom.template
2023-10-16 09:49:10 +02:00

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 );