mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-02 13:33:10 +00:00
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
pragma circom 2.1.0;
|
|
|
|
include "./storer.circom";
|
|
|
|
component main { public [root, salt] } = StorageProver(32, 4, 2);
|