pub(crate) const L_TABLE_SIZE: usize = 32;Expand description
Number of L values to be precomputed. Precomputing m values, allows processing inputs of length up to 2^m blocks (2^m * 16 bytes) without needing to calculate L values at runtime.
By setting this to 32, we can process inputs of length up to 1 terabyte.