Verify Roulette Game
Enter your game seeds and nonce below to verify the fairness and integrity of your roulette game round.
Game Verification
Results will appear here after verification
Wheel Type
European
Numbers
0-36
🔍 How Does This Work?
Verification:
- Server and client seeds are combined with a nonce
- HMAC-SHA256 generates a cryptographic hash
- Hash is converted to a number between 0-36 (European roulette)
- Run the same HMAC algorithm locally to verify results
Details:
- Algorithm: HMAC-SHA256
- Wheel: European (37 numbers: 0-36)
- Generation: Hash modulo 37 for 0-36 range
- Verification: Run locally to verify results