hsieh hash a void* byte‐range.
Synopsis
Declared in <folly/hash/HsiehHash.h>
uint32_t
hsieh_hash32_buf(
void const* buf,
size_t len) noexcept;
Return Value
The 32‐bit Hsieh hash of the byte range
Parameters
Name |
Description |
buf |
Pointer to the bytes to hash |
len |
Number of bytes to hash |
See Also
hsieh_hash32_str methodset hsieh
Created with MrDocs