pub fn decrypt_in_place( key: [u8; 64], ciphertext: &mut Vec<u8>, ) -> Result<(), AttachmentCipherError>
Decrypts an attachment in place, given the key material.
On error, ciphertext is not changed.