Server commitment
Current SHA-256 seed hash
ec7272431dab979bd8baef0fb81fd5469dc18d86ad1d861ffce75d11cd03e544
GLAZED
BETA
Every result is produced on the server from a secret seed, your client seed, and a one-time nonce. The public hash below commits Glazed to the current seed before you play.
Current SHA-256 seed hash
ec7272431dab979bd8baef0fb81fd5469dc18d86ad1d861ffce75d11cd03e544Each player gets an independent client seed when creating an account.
Glazed calculates HMAC-SHA256(server seed, client seed : nonce : game : cursor), then maps unbiased 64-bit values onto reels or a card shuffle.
The seed hash is published first. Nonces only move forward. Game requests carry unique IDs, so network retries return the original round rather than charging or paying again. Seed rotation and a public verification tool are included in the production launch checklist.