Recorded parameters
- Endpoint
GET /api/floats- Client seed
openapi-contract-bad-params- Server hash
279e5af4f7c6c4eb958ac0ed8821076abe84dccb3c0c1b07e8fcdbd34bb3554f- Server seed
f94959cce33d83d2757004838ac77baa22d832d2c6e7c039a8395870b6c8733b- Cursor
1000000306- Nonce
0- Count
2- Recorded at
- 2026-05-26T03:41:07.428Z
Outcome
0.5039363643154502, 0.7975247267168015
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.