Skip to main content

decrypt

Function decrypt 

Source
pub async fn decrypt(
    encrypted: &Value,
    pair: &KeyPair,
    their_epub: Option<&str>,
) -> Result<Value, SeaError>
Expand description

Decrypt data using AES-GCM