nemea-common 1.6.3
|
SuperFastHash (http://www.azillionmonkeys.com/qed/hash.html) More...
#include <stdlib.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
uint32_t | SuperFastHash (const char *data, int len) |
Function for fast computing hash from data. | |
SuperFastHash (http://www.azillionmonkeys.com/qed/hash.html)
Definition in file super_fast_hash.h.
uint32_t SuperFastHash | ( | const char * | data, |
int | len ) |
Function for fast computing hash from data.
data | Pointer to data from which will be computed hash. |
len | Size of data. |