mirror of
https://github.com/codex-storage/codex-storage-proofs.git
synced 2025-01-24 09:38:52 +00:00
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
pragma circom 2.1.0;
|
|
|
|
include "./storer.circom";
|
|
|
|
component main { public [root, salt] } = StorageProver(32, 4, 2, 4);
|