Recorded parameters
- Endpoint
GET /api/dice- Client seed
guild_123_user_456_roll_2026_05_25- Server hash
b928af286e66734feb3c871d3c56ea16db1dd4986487326e64c288ee80705b7f- Cursor
0- Nonce
3- Count
4- Recorded at
- 2026-07-05T03:27:34.085Z
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,
"guild_123_user_456_roll_2026_05_25:3:<round>"), then map bytes to dice.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.