Constant blake2s_simd::BLOCKBYTES [−][src]
pub const BLOCKBYTES: usize = 16 * size_of::<Word>(); // 0x0_000_000_000_000_040usize
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.