BLOCKS_PER_CHUNK

Constant BLOCKS_PER_CHUNK 

Source
pub const BLOCKS_PER_CHUNK: usize = _; // 2usize
Expand description

Number of DEFAULT_BLOCK_SIZE blocks per CHUNK (e.g., 2 for 8/4). Blocks are on the same row only for Merkle tree hashing (8 bytes at a time). Memory bus interactions use per-block timestamps.