Recorded parameters
- Endpoint
GET /api/ints- Client seed
my-app-user-42- Server hash
8bb7ef86d09234b86c564d5e16359331d1febd00ef916ae33a27c744d496a675- Cursor
0- Nonce
7- Count
5- Min
1- Max
100- Recorded at
- 2026-07-16T23:54:40.998Z
Outcome
56, 89, 96, 78, 76
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,
"my-app-user-42:7:<round>"), then map bytes to ints.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.