fn encrypt_xchacha20_poly1305( key: &[u8; 32], plaintext_secret_data: &[u8], associated_data: &[u8], ) -> XChaCha20Poly1305Ciphertext