codex-storage-proofs/test/circuits/storer-test.circom

6 lines
132 B
Plaintext
Raw Normal View History

pragma circom 2.1.0;
include "../../circuits/storer.circom";
2023-03-16 14:12:50 -06:00
component main { public [root, salt] } = StorageProver(32, 4, 2, 5);