pub fn apply_mask_fast32(buf: &mut [u8], mask: [u8; 4])
Expand description

Faster version of apply_mask() which operates on 4-byte blocks.