just comment and test

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2022-11-17 14:28:37 +01:00
parent 6735dc4bc4
commit a54c97aa6a
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,7 @@ template StorageProver(blockSize, qLen, nLevels) {
} }
//check that the tree is correct //check that the tree is correct
// - check indices against limits // - check indices against limits TODO
// - convert indices to treePathIndices // - convert indices to treePathIndices
// - check chunkHash and treeSiblings according to treePathIndices against root // - check chunkHash and treeSiblings according to treePathIndices against root
@ -75,5 +75,6 @@ template StorageProver(blockSize, qLen, nLevels) {
} }
//component main {public [blockHash]} = HashCheck(512); //component main {public [blockHash]} = HashCheck(512);
//template StorageProver(blockSize, qLen, nLevels) {
//component main {public [indices]} = StorageProver(512, 1, 10); //component main {public [indices]} = StorageProver(512, 1, 10);
component main {public [indices]} = StorageProver(2, 10, 10); component main {public [indices]} = StorageProver(10, 22, 20);