Recorded parameters
- Endpoint
GET /api/floats- Client seed
openapi-contract-bad-params- Server hash
e65ae7ec7a76793e613af4cb469d47656d8dee10e8316282bf22d0854b57b3ba- Server seed
24130bbc759ee9b7441f8b6cac26fc358f61546203ec54c7649e2dbb33b462d8- Cursor
1000000308- Nonce
0- Count
2- Recorded at
- 2026-05-26T03:46:32.683Z
Outcome
0.8239745227620006, 0.5400936438236386
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.