Skip to main content

decrypt

Function decrypt 

Source
pub fn decrypt(
    ciphertext_b64: &str,
    nonce_b64: &str,
    key: &[u8; 32],
) -> Result<String>
Expand description

Decrypt ciphertext using AES-256-GCM