Skip to content

synodriver/python-wyhash

Repository files navigation

✨ python-wyhash ✨

The python binding for wyhash

pypi python implementation wheel license action

Usage

import wyhash
from random import randint

seed = randint(0, 255)
sec = wyhash.make_secret(seed)
print(wyhash.hash(b"121", seed, sec))

Releases

No releases published

Packages

No packages published