Recorded parameters
- Endpoint
GET /api/shuffle- Client seed
audit_invoices_q2_2026_srs- Server hash
744f3224d78422ef2e5ffd6ec11032c35963504c751361f74180a3e5c5ed1a1d- Cursor
0- Nonce
2- Count
4- Recorded at
- 2026-07-05T01:36:15.137Z
Outcome
..., INV-015, INV-002, INV-001
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,
"audit_invoices_q2_2026_srs:2:<round>"), then map bytes to shuffle.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.