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"))