logos-storage-proofs/tests/circuits/storer-test.circom
Jaremy Creechley 58327fcf11
rename
2024-01-10 12:52:38 +02: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);