Recorded parameters
- Endpoint
GET /api/ints- Client seed
openapi-contract-reveal-1779766790732- Server hash
c95015670a20bf316906c7fbc90ecb1df10b76017ca3ea1dc10b96c387ba6f83- Server seed
8646bf23289043e7c377d94f775d54256574785a0173c1f488891d0c0a47def8- Cursor
1000000303- Nonce
0- Count
3- Min
1- Max
100- Recorded at
- 2026-05-26T03:39:50.795Z
Outcome
25, 85, 86
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-1779766790732:0:<round>"), then map bytes to ints.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.