pub unsafe extern "C" fn one_at_a_time_hash(
    buf: *const u8,
    len: size_t
) -> u32
Expand description

@defgroup sys_hashes_one_at_a_time One at a time @ingroup sys_hashes_non_crypto @brief One at a time hash algorithm.

found on http://burtleburtle.net/bob/hash/doobs.html

@param buf input buffer to hash @param len length of buffer @return 32 bit sized hash