{"id":59339,"library":"wyhash","title":"WyHash","description":"Rust implementation of the WyHash fast portable non-cryptographic hashing algorithm and random number generator.","status":"active","version":"0.6.0","language":"rust","source_language":null,"source_url":"https://github.com/eldruin/wyhash-rs","tags":["hash","non-cryptographic","fast","rng"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nwyhash = \"0.6.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add wyhash","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"WyHash","correct":"use wyhash::WyHash;"}],"quickstart":{"code":"use wyhash::WyHash;\nuse std::hash::Hasher;\n\nfn main() {\n    let mut hasher = WyHash::default();\n    hasher.write(b\"hello\");\n    println!(\"Hash: {}\", hasher.finish());\n}","lang":"rust","description":"Hash a byte slice using WyHash."},"warnings":[{"fix":"Use a cryptographic hash like SHA-256 for security-sensitive applications.","message":"Not cryptographically secure; do not use for security purposes.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'algorithm':13 'cryptograph':11,21 'fast':7,22 'generat':17 'hash':12,18 'implement':3 'non':10,20 'non-cryptograph':9,19 'number':16 'portabl':8 'random':15 'rng':23 'rust':2 'wyhash':1,6","created_at":"2026-06-16T16:59:35.076230+00:00","updated_at":"2026-06-16T16:59:35.076230+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/eldruin/wyhash-rs","github":"https://github.com/eldruin/wyhash-rs","docs":"https://docs.rs/wyhash/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}