From a54c97aa6a60ff2b93f13f659aa8a20f92839397 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Thu, 17 Nov 2022 14:28:37 +0100 Subject: [PATCH] just comment and test Signed-off-by: Csaba Kiraly --- circuits/storer.circom | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/circuits/storer.circom b/circuits/storer.circom index 35cca8c..bae330d 100644 --- a/circuits/storer.circom +++ b/circuits/storer.circom @@ -59,7 +59,7 @@ template StorageProver(blockSize, qLen, nLevels) { } //check that the tree is correct - // - check indices against limits + // - check indices against limits TODO // - convert indices to treePathIndices // - check chunkHash and treeSiblings according to treePathIndices against root @@ -75,5 +75,6 @@ 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]} = StorageProver(2, 10, 10); +component main {public [indices]} = StorageProver(10, 22, 20);