Skip to content

Commit

Permalink
fix(hsh): 🚑 assertion failed
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Nov 5, 2023
1 parent b31e90e commit 918cd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub fn run() -> Result<(), Box<dyn std::error::Error>> {
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(())
}

0 comments on commit 918cd5e

Please sign in to comment.