{"id":59893,"library":"whirlpool","title":"whirlpool","description":"Implements the Whirlpool cryptographic hash function.","status":"active","version":"0.11.0","language":"rust","source_language":null,"source_url":"https://github.com/RustCrypto/hashes","tags":["hash","cryptography","whirlpool","digest"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nwhirlpool = \"0.11.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add whirlpool","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Whirlpool","correct":"use whirlpool::Whirlpool;"}],"quickstart":{"code":"use whirlpool::Whirlpool;\nuse digest::Digest;\n\nfn main() {\n    let mut hasher = Whirlpool::new();\n    hasher.update(b\"hello world\");\n    let result = hasher.finalize();\n    println!(\"Hash: {:x}\", result);\n}","lang":"rust","description":"Compute the Whirlpool hash of a byte string."},"warnings":[{"fix":"Use a more modern hash function like sha2 or sha3 crate.","message":"The Whirlpool hash is not widely standardized and may be considered obsolete; prefer SHA-2 or SHA-3 for new applications.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'cryptograph':5 'cryptographi':9 'digest':11 'function':7 'hash':6,8 'implement':2 'whirlpool':1,4,10","created_at":"2026-06-16T17:20:36.010742+00:00","updated_at":"2026-06-16T17:20:36.010742+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/RustCrypto/hashes","github":"https://github.com/RustCrypto/hashes","docs":"https://docs.rs/whirlpool/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}