libusual  0.1
Functions
usual/hashing/xxhash.h File Reference

xxHash - fast hash for 32-bit cpu's. More...

Functions

uint32_t xxhash (const void *input, size_t len, uint32_t seed)
 Calculate the 32-bits hash of sequence of length "len" stored at memory address "input".

Detailed Description

xxHash - fast hash for 32-bit cpu's.


Function Documentation

uint32_t xxhash ( const void *  input,
size_t  len,
uint32_t  seed 
)

Calculate the 32-bits hash of sequence of length "len" stored at memory address "input".