summaryrefslogtreecommitdiffstats
path: root/contrib/murmurhash3/murmurhash3.h
blob: b4507b3ae197c82bd71c91ac5069aeb2624cde08 (plain)
1
2
3
4
5
6
#pragma once

#include <stdlib.h>
#include <stdint.h>

uint32_t hash(const char* data, size_t len);