Function decrypt

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