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