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