codex-storage-proofs/test/circuits/storer-test.circom
Dmitriy Ryajov f1a88d79c6
rename
2023-03-18 17:59:39 -06:00

6 lines
132 B
Plaintext

pragma circom 2.1.0;
include "../../circuits/storer.circom";
component main { public [root, salt] } = StorageProver(32, 4, 2, 5);