mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-07 16:03:10 +00:00
just comment and test
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
6735dc4bc4
commit
a54c97aa6a
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user