Recorded parameters
- Endpoint
GET /api/ints- Client seed
a7ceb873c53f685a- Server hash
b7f638225162e3f4db076c6600006e8dd5420ab4bb324113a0542e1610c5f613- Cursor
0- Nonce
79- Count
12- Min
79807- Max
79807- Recorded at
- 2026-07-13T09:03:39.039Z
Outcome
154673, 154242, 97908, 112400, 112663, 91450, 99251, 86553, 126682, 157239, 107921, 104595
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,
"a7ceb873c53f685a:79:<round>"), then map bytes to ints.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.