summaryrefslogtreecommitdiffstats
path: root/src/xxhash32.h
blob: 3ce4ba5fe1c4cba797efc1478e5f5807eb6ebe37 (plain)
1
2
3
4
5
6
7
8
#ifndef __XXH32_H
#define __XXH32_H

#include <stdint.h>

uint32_t XXH32(void const *const input, size_t const length, uint32_t const seed);

#endif