pub async fn encrypt( data: &Value, pair: &KeyPair, their_epub: Option<&str>, ) -> Result<Value, SeaError>
Encrypt data using AES-GCM