mirror of
https://github.com/vale981/libblobpack
synced 2025-03-05 18:01:41 -05:00
9 lines
116 B
C
9 lines
116 B
C
![]() |
#ifndef _HASH_H__
|
||
|
#define _HASH_H__
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
uint32_t hash_murmur2(const void * key, int len);
|
||
|
|
||
|
#endif
|