Recorded parameters
- Endpoint
GET /api/ints- Client seed
openapi-contract-reveal-1779766745288- Server hash
13fbc14d3282c5d6293d825b2d83cf53555eb5b95857330f4d7890803df4189b- Server seed
809195b54a43fc2ea40d8a53ad85945d2ba300c3b0a5a70255ce9ae7485f7993- Cursor
1000000301- Nonce
0- Count
3- Min
1- Max
100- Recorded at
- 2026-05-26T03:39:05.351Z
Outcome
1, 38, 70
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 — try it now with the revealed serverSeed above.2. Re-derive the values: HMAC-SHA256(serverSeed,
"openapi-contract-reveal-1779766745288:0:<round>"), then map bytes to ints.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.