Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
nginx-mbedtls
/
027ef10992914a8a09077f21c76768c842b22f98
/
.
/
src
/
core
/
ngx_murmurhash.h
blob: ae40779d4b1316d593532034d340c0fde9a8ccde [
file
] [
log
] [
blame
] [
raw
]
/*
* Copyright (C) Igor Sysoev
*/
#ifndef
_NGX_MURMURHASH_H_INCLUDED_
#define
_NGX_MURMURHASH_H_INCLUDED_
#include
<ngx_config.h>
#include
<ngx_core.h>
uint32_t
ngx_murmur_hash2
(
u_char
*
data
,
size_t
len
);
#endif
/* _NGX_CRC_H_INCLUDED_ */