Function decrypt

Source
pub fn decrypt(
    text: &str,
    nonce: &str,
    tag: &str,
    secret: &str,
) -> Result<String>