pub const BLOCK_ALIGNMENT: usize = LANES; // 16usize
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).
encode
recover