adding todo

This commit is contained in:
Dmitriy Ryajov 2023-03-07 18:24:15 -06:00
parent 18cdbe797f
commit ca15143aa3
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ template parallel HashCheck(BLOCK_SIZE) {
signal input block[BLOCK_SIZE];
signal input blockHash;
// TODO: make CHUNK_SIZE a parameter
// Split array into chunks of size 16
var CHUNK_SIZE = 16;
var NUM_CHUNKS = BLOCK_SIZE / CHUNK_SIZE;