mirror of
https://github.com/codex-storage/codex-storage-proofs.git
synced 2025-02-13 03:07:02 +00:00
fix public inputs
the root hash should also be a public input Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
4d14db8ddc
commit
8c6eb95378
@ -77,4 +77,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]} = StorageProver(10, 22, 20);
|
||||
component main {public [indices, root]} = StorageProver(10, 22, 20);
|
||||
|
Loading…
x
Reference in New Issue
Block a user