pub(crate) fn to_blocks_mut<N: ArrayLength<u8>>( data: &mut [u8], ) -> (&mut [Block<N>], &mut [u8])
Split message into mutable slice of parallel blocks, blocks, and leftover bytes.