Recorded parameters
- Endpoint
GET /api/floats- Client seed
openapi-contract-bad-params- Server hash
efe311bfa9b0392728884a75b9a5bc0158da6d54f086229b97560fd008ca37f2- Server seed
b5cfba516338196fd756d527ba78d2607eee9006a8c78e44ec13de9eac608b3b- Cursor
1000000304- Nonce
0- Count
2- Recorded at
- 2026-05-26T03:39:51.078Z
Outcome
0.6484591963235289, 0.610157034592703
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-bad-params:0:<round>"), then map bytes to floats.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.