Recorded parameters
- Endpoint
GET /api/dice- Client seed
player_42_attack_roll- Server hash
99bce61b80ce121e13a8d5351e748c33a045db33ee5324832c2bbd7510573038- Cursor
0- Nonce
4- Count
4- Recorded at
- 2026-07-09T19:18:34.100Z
Outcome
(no values recorded)
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_attack_roll:4:<round>"), then map bytes to dice.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.