aboutsummaryrefslogtreecommitdiff
path: root/c.lua
blob: 45a531a707862261833f754366e70856494ae82b (plain)
1
2
3
4
5
6
7
8
9
10
require "llib"
print(llib.crypto.spookyhash128_v1("meow"))
print(llib.crypto.spookyhash128_v2("meow"))
print(llib.crypto.spookyhash64_v1("meow"))
print(llib.crypto.spookyhash64_v2("meow"))
print(llib.crypto.spookyhash32_v1("meow"))
print(llib.crypto.spookyhash32_v2("meow"))