Number of blocks, which may be different from memory.
late final int blockCount = () { // In the RFC 9106: // m' = 4 * p * floor (m / 4p) return 4 * parallelism * (memory ~/ (4 * parallelism)); }();