pub fn de_hex<T>( typ: CipherType, key: T, iv: Option<T>, data: impl AsRef<[u8]>, ) -> Result<Vec<u8>, RlsError>where T: Into<Vec<u8>>,