pub fn belt_wblock_dec(
data: &mut [u8],
key: &[u32; 8],
) -> Result<(), InvalidLengthError>Expand description
Wide block decryption as described in section 6.2.4 of the standard.
Returns InvalidLengthError if data is smaller than 32 bytes.