Function rc5_cipher::rc5::encode_kernel

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