Registry / crypto / hash32

hash32

JSON →
library1.0.0rscratesunverified

32-bit hashing algorithms

# Cargo.toml [dependencies] hash32 = "1.0.0"
INSTALL
IMPORT
SIG · HASH32
H
hash32
cryptorustv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hash32
✓ use hash32::Hash32;

Compute a 32-bit hash of a value

use hash32::Hash32; fn main() { let hash = Hash32::hash(&42u32); println!("{:x}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
hash32 — cargo add hash32 · libregistry