NULLIFIERS◈ on Zcash

Verify it yourself

nothing here asks you to trust us

Every item's identity is a hash of a string we publish. Recompute it in four lines of standard-library Python. There is nothing else behind it.

descriptorzmkt1|nullifiers|1
asset id1daf175fb0e849f26d804170dcb12aaf2f7b62d444fc0a84722638608d78d28b
schemeblake2b-256, person=ZSA-AssetDescCRH (ZIP-227)
seednullifiers-genesis-v1
from hashlib import blake2b desc = b"zmkt1|nullifiers|1" print(blake2b(desc, digest_size=32, person=b"ZSA-AssetDescCRH").hexdigest())