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