circomlib/test/circuits/poseidon3_test.circom

4 lines
82 B
Plaintext
Raw Normal View History

2019-06-04 14:40:15 +03:00
include "../../circuits/poseidon.circom"
2020-02-25 16:41:51 +03:00
component main = Poseidon(2, 3, 8, 57);