nemea-common
1.6.3
include
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
15
extern
"C"
{
16
#endif
17
18
25
uint32_t
SuperFastHash
(
const
char
* data,
int
len);
26
27
28
29
#ifdef __cplusplus
30
}
31
#endif
32
33
34
#endif
SuperFastHash
uint32_t SuperFastHash(const char *data, int len)
Function for fast computing hash from data.
Generated by
1.10.0