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