✨ python-wyhash ✨ The python binding for wyhash Usage import wyhash from random import randint seed = randint(0, 255) sec = wyhash.make_secret(seed) print(wyhash.hash(b"121", seed, sec))