Recorded parameters
- Endpoint
GET /api/ints- Client seed
7caa085940508b791ca05b796000e974- Server hash
7e94a500c351d86f13fb64ee49b0593a985f223648bad6808ec6aeb5ff73d21b- Cursor
0- Nonce
1- Count
1- Min
500- Max
500- Recorded at
- 2026-07-16T18:29:33.467Z
Outcome
573
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,
"7caa085940508b791ca05b796000e974:1:<round>"), then map bytes to ints.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.