Recorded parameters
- Endpoint
GET /api/shuffle- Client seed
table_7_hand_2026_05_24- Server hash
6b0c5b909fa4b875284b1bc74e470e1048eb3c71f95a0489f132a3418be04cf4- Cursor
0- Nonce
31- Count
5- Recorded at
- 2026-07-10T06:43:29.855Z
Outcome
Q♠, 10♠, J♠, K♠, A♠
Permalink
How to reproduce this yourself
1. Confirm the server hash:
2. Re-derive the values: HMAC-SHA256(serverSeed,
3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.
1. Confirm the server hash:
sha256(serverSeed) === serverHash — once the seed is revealed (after the cursor advances), this hash will match it.2. Re-derive the values: HMAC-SHA256(serverSeed,
"table_7_hand_2026_05_24:31:<round>"), then map bytes to shuffle.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.