circomlib/test/circuits/mimc_sponge_hash_test.circom

4 lines
84 B
Plaintext
Raw Normal View History

include "../../circuits/mimcsponge.circom"
component main = MiMCSponge(2, 220, 3);