Packages

Erlang collection of hash algorithms

Current section

Files

Jump to
erl_hash c_src murmur2.h
Raw

c_src/murmur2.h

#ifndef C_SRC_MURMUR2_H_
#define C_SRC_MURMUR2_H_
#include <stdlib.h>
#include <stdint.h>
uint32_t hash_murmur2(const unsigned char *key, size_t length);
#endif