aboutsummaryrefslogtreecommitdiff
path: root/src/hash/metrohash.h
blob: 30dabb2963d27a58f9bd86a57f490fffa795d8dc (plain)
1
2
3
4
5
6
#include "../lua.h"

int l_metrohash64_v1(lua_State*);
int l_metrohash64_v2(lua_State*);
int l_metrohash128_v1(lua_State*);
int l_metrohash128_v2(lua_State*);