pub fn decrypt(
shared_secret: &SharedSecret,
nonce_bytes: &SharedSecretNonce,
ciphertext: &[u8],
) -> Res<Vec<u8>>Expand description
Decrypts the given ciphertext using the shared secret.
pub fn decrypt(
shared_secret: &SharedSecret,
nonce_bytes: &SharedSecretNonce,
ciphertext: &[u8],
) -> Res<Vec<u8>>Decrypts the given ciphertext using the shared secret.