pub fn decrypt<'c>( ciphertext: &'c mut [u8], key: &LessSafeKey, ) -> Result<&'c [u8]>
Decrypts a ciphertext using key.
ciphertext
key
Expect nonce in the prefix, like encrypt produces.
encrypt