pub fn ecb_decrypt<C: BlockCipher>(cipher: &C, data: &mut [u8])
Decrypt data in ECB mode.
Panics if data.len() is not a multiple of the block size.
data.len()