The python binding for wyhash
import wyhash
from random import randint
seed = randint(0, 255)
sec = wyhash.make_secret(seed)
print(wyhash.hash(b"121", seed, sec))| Name | Name | Last commit date | ||
|---|---|---|---|---|
import wyhash
from random import randint
seed = randint(0, 255)
sec = wyhash.make_secret(seed)
print(wyhash.hash(b"121", seed, sec))