Skip to main content

de_hex

Function de_hex 

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