Skip to main content

decrypt_bytes

Function decrypt_bytes 

Source
pub fn decrypt_bytes(
    ciphertext: &[u8],
    identity: &Identity,
) -> Result<Vec<u8>, DomainError>