mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-07 07:53:09 +00:00
* WIP: working on storage proofs * make it work * don't need to pass an array * add failing case * move `saltSquare` to top * updating deps
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
pragma circom 2.1.0;
|
|
|
|
include "../../circuits/storer.circom";
|
|
|
|
component main = StorageProver(32, 4, 2);
|