pub fn decrypt( key: &Aes256GcmSiv, nonce: &Nonce, bytes: &Vec<u8>, ) -> Result<Vec<u8>, ()>
Symmetrically decrypt data using a key derived from ECDH