proper test component instantiation

This commit is contained in:
Dmitriy Ryajov 2023-03-16 14:12:50 -06:00
parent 8560db1ee5
commit 3896fddaa2
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
2 changed files with 3 additions and 4 deletions

View File

@ -38,9 +38,9 @@ function roundUpDiv(x, n) {
if (last > 0) {
return div + 1;
} else {
return div;
}
return div;
}
template parallel HashCheck(BLOCK_SIZE, CHUNK_SIZE) {

View File

@ -2,5 +2,4 @@ pragma circom 2.1.0;
include "../../circuits/storer.circom";
// component main { public [root, salt] } = StorageProver(32, 4, 2, 4);
component main { public [root, salt] } = StorageProver(32, 4, 2, 2);
component main { public [root, salt] } = StorageProver(32, 4, 2, 5);