mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-05 23:13:05 +00:00
circuit contract: simplify main for first test
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
115a9d4e41
commit
055bc98f09
@ -75,4 +75,4 @@ template StorageProver(blockSize, qLen, nLevels) {
|
||||
//component main {public [blockHash]} = HashCheck(512);
|
||||
//template StorageProver(blockSize, qLen, nLevels) {
|
||||
//component main {public [indices]} = StorageProver(512, 1, 10);
|
||||
component main {public [indices, root]} = StorageProver(10, 22, 20);
|
||||
component main {public [indices, root]} = StorageProver(2, 1, 20);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user