pub fn encrypt(key: &EncryptionKey, plaintext: &[u8]) -> Result<Vec<u8>>
Encrypt data using ChaCha20-Poly1305 AEAD