aboutsummaryrefslogtreecommitdiff
path: root/src/hash/loselose.h
blob: 434b8cbef7909ef4daa09cff26f7864fc4ac1a84 (plain)
1
2
3
4
5
#include "../lua.h"
#include <stdint.h>

uint64_t loselose(uint8_t* in, size_t len);
int l_loselose(lua_State*);