pub fn open_raw( ciphertext: &[u8], recipient_priv: &RecipientPrivateKey, ) -> Result<Vec<u8>, SealedError>
Open a raw libsodium sealed-box ciphertext (as produced by seal_raw) with recipient_priv.
seal_raw
recipient_priv
Returns SealedError::Decrypt if the ciphertext fails authentication or is otherwise malformed.
SealedError::Decrypt