Constant blake2b_simd::BLOCKBYTES
source · pub const BLOCKBYTES: usize = _; // 128usize
Expand description
The number input bytes passed to each call to the compression function. Small benchmarks need
to use an even multiple of BLOCKBYTES
, or else their apparent throughput will be low.