Recorded parameters
- Endpoint
GET /api/dice- Client seed
snippet_demo_hand- Server hash
253eb07198fdc98a96847781690853e03ac6965126f57a0968afeb574108b99e- Cursor
0- Nonce
26- Count
3- Recorded at
- 2026-05-26T05:41:24.759Z
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,
"snippet_demo_hand:26:<round>"), then map bytes to dice.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.