Recorded parameters
- Endpoint
GET /api/ints- Client seed
player_42- Server hash
314159bb56819f186da5b91769add31c9c4006495d172dd5fbd0874a09a13c46- Cursor
0- Nonce
57- Count
4- Min
1- Max
6- Recorded at
- 2026-07-05T04:46:20.613Z
Outcome
3, 6, 1, 1
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,
"player_42:57:<round>"), then map bytes to ints.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.