Skip to main content

BLOCK_ALIGNMENT

Constant BLOCK_ALIGNMENT 

Source
pub const BLOCK_ALIGNMENT: usize = LANES; // 16usize
Expand description

Required alignment for block sizes.

Every block passed to encode or recover must have a length that is a positive multiple of this value. On this platform it equals the width of the widest SIMD shuffle instruction available (16, 32, or 64 bytes).