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