Add back repwaducabiwaty

pull/2/head
Isaac Mills 3 years ago
parent d43de4f234
commit d43c0e1f0a
No known key found for this signature in database
GPG Key ID: B67D7410F33A0F61

@ -22,7 +22,7 @@ exclude = [
name = "uwuify" name = "uwuify"
[dependencies] [dependencies]
clap = { version = "3.0.13", features = ["derive"] } clap = "3.0.13"
rand = "0.8.4" rand = "0.8.4"
indicatif = "0.16.2" indicatif = "0.16.2"
linkify = "0.8.0" linkify = "0.8.0"

@ -15,7 +15,7 @@ impl UwUSeeder {
#[inline] #[inline]
pub fn new(word: &[u8], random: bool) -> UwUSeeder { pub fn new(word: &[u8], random: bool) -> UwUSeeder {
let entropy = if !random { let entropy = if !random {
let mut hasher = ahash::AHasher::default(); let mut hasher = ahash::AHasher::new_with_keys(1234, 5678);
hasher.write(word); hasher.write(word);
hasher.finish() hasher.finish()
} else { } else {

Loading…
Cancel
Save