decrypt_bytes

Function decrypt_bytes 

Source
pub fn decrypt_bytes(
    ciphertext: &[u8],
    key: &str,
) -> Result<String, CipherError>