nemea-common 1.6.3
super_fast_hash.h
Go to the documentation of this file.
1
8#include <stdlib.h>
9#include <stdint.h>
10
11#ifndef SUPER_FAST_HASH_H
12#define SUPER_FAST_HASH_H
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18
25uint32_t SuperFastHash (const char * data, int len);
26
27
28
29#ifdef __cplusplus
30}
31#endif
32
33
34#endif
uint32_t SuperFastHash(const char *data, int len)
Function for fast computing hash from data.