Recorded parameters
- Endpoint
GET /api/bytes- Client seed
vs-secrets-token-bytes- Server hash
863ce35deafffd9966d7b441d2c9d357737931285a46cbbc1f15db575d919480- Cursor
0- Nonce
0- Count
32- Recorded at
- 2026-07-10T07:54:52.086Z
Outcome
(no values recorded)
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,
"vs-secrets-token-bytes:0:<round>"), then map bytes to bytes.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.