Badnana
This game's outcome logic lives in its own crate rather than a shared mechanic, so it needs its own verification module compiled alongside this page. The seeds it publishes are still committed the same way — the commitment check below works for it today.
You can still check the part that matters most — that the seed the game revealed is the one it committed to you before the round. Paste both below.
Commitment
Does the revealed seed hash to the hash you were shown before the round? This is the cryptographic claim, and it runs in your browser — nothing here depends on trusting our code.
Replayed outcome
Draw trace
Every random number this round consumed, in order, exactly as the mechanic
asked for it. You can reproduce this stream yourself — it is
base = HMAC-SHA256(serverSeed, "clientSeed:nonce"), then
output(i) = SHA-256(base ‖ uint32BE(i)). That is what makes the
replay checkable rather than something you have to take on faith.
| # | Draw | Range | Value |
|---|