pub fn decrypt_recipient( ciphertext: &[u8], recipient_private_key: &[u8; 32], ephemeral_public_key: &[u8; 32], nonce: &[u8; 12], ) -> Result<Vec<u8>>
Decrypt data using recipient-based decryption