[go: up one dir, main page]

belt_wblock_dec

Function belt_wblock_dec 

Source
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.