Skip to main content

decrypt_recipient

Function decrypt_recipient 

Source
pub fn decrypt_recipient(
    ciphertext: &[u8],
    recipient_private_key: &[u8; 32],
    ephemeral_public_key: &[u8; 32],
    nonce: &[u8; 12],
) -> Result<Vec<u8>>
Expand description

Decrypt data using recipient-based decryption