nemea-common 1.6.3
Functions
super_fast_hash.h File Reference

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.
 

Detailed Description

SuperFastHash (http://www.azillionmonkeys.com/qed/hash.html)

Author
Paul Hsieh
Date
2013

Definition in file super_fast_hash.h.

Function Documentation

◆ SuperFastHash()

uint32_t SuperFastHash ( const char * data,
int len )

Function for fast computing hash from data.

Parameters
dataPointer to data from which will be computed hash.
lenSize of data.
Returns
Computed 32bit hash value.