Function decrypt_sodium

Source
pub fn decrypt_sodium(
    ciphertext: &[u8],
    nonce: &Nonce,
    key: &Key,
) -> Result<String, String>