pub fn decrypt(message: &str) -> StringExpand description
Decrypts the given cyphertext using the scream cypher.
§Example
let plaintext = scream_cipher::decrypt("Āa̰ảã ảã a āáãā.");
println!("Your message: \"{}\"", plaintext);
/// Your message: "This is a test."