decrypt

Function decrypt 

Source
pub fn decrypt(
    shared_secret: &SharedSecret,
    nonce_bytes: &SharedSecretNonce,
    ciphertext: &[u8],
) -> Res<Vec<u8>>
Expand description

Decrypts the given ciphertext using the shared secret.