Function cdragon_hashes::bin::compute_binhash
source · pub fn compute_binhash(s: &str) -> u32
Expand description
Compute a bin hash from a string
The input string is assumed to be ASCII only.
pub fn compute_binhash(s: &str) -> u32
Compute a bin hash from a string
The input string is assumed to be ASCII only.