mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-04 06:23:11 +00:00
adding todo
This commit is contained in:
parent
18cdbe797f
commit
ca15143aa3
@ -44,6 +44,7 @@ template parallel HashCheck(BLOCK_SIZE) {
|
|||||||
signal input block[BLOCK_SIZE];
|
signal input block[BLOCK_SIZE];
|
||||||
signal input blockHash;
|
signal input blockHash;
|
||||||
|
|
||||||
|
// TODO: make CHUNK_SIZE a parameter
|
||||||
// Split array into chunks of size 16
|
// Split array into chunks of size 16
|
||||||
var CHUNK_SIZE = 16;
|
var CHUNK_SIZE = 16;
|
||||||
var NUM_CHUNKS = BLOCK_SIZE / CHUNK_SIZE;
|
var NUM_CHUNKS = BLOCK_SIZE / CHUNK_SIZE;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user