Function rc5_cipher::rc5::decode_kernel

source ·
pub fn decode_kernel<W, const T: usize>(key: Vec<u8>, ct: [W; 2]) -> [W; 2]where
    W: Unsigned,