diff --git a/src/lib.rs b/src/lib.rs index 8853a06..d83b16d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -133,7 +133,7 @@ pub fn run() -> Result<(), Box> { let name = "hsh"; println!("Welcome to `{}` 👋!", name.to_uppercase()); println!( - "Unleash the full power of Quantum-Resistant Cryptography." + "Quantum-Resistant Cryptographic Hash Library for Password Encryption and Verification." ); Ok(()) }