Recorded parameters
- Endpoint
GET /api/ints- Client seed
trial_acme_phase2_sample_2026_05_25- Server hash
9353674ef98bb2e32890e8a25cdad590eff9ee7139c456a06158c03f6104604b- Cursor
0- Nonce
4- Count
10- Min
1- Max
5000- Recorded at
- 2026-07-10T08:32:14.443Z
Outcome
3712, 4808, 4339, 2445, 2470, 3346, 4878, 4384, 1916, 4533
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 — once the seed is revealed (after the cursor advances), this hash will match it.2. Re-derive the values: HMAC-SHA256(serverSeed,
"trial_acme_phase2_sample_2026_05_25:4:<round>"), then map bytes to ints.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.