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:
Csaba Kiraly 2022-11-22 14:34:26 +01:00
parent 4d14db8ddc
commit 8c6eb95378
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 1 additions and 1 deletions

View File

@ -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);