Server Seed, Client Seed and Nonce

Server seed, client seed and nonce are the three inputs that together decide a provably fair result on Lolanceizi. The server seed is secret and revealed later, the client seed is yours and changeable, and the nonce is a counter of your openings.

Server seed

The server's secret value. Before opening you see its SHA-256 hash, and afterwards the seed itself, so you can confirm it was not swapped.

Client seed

The value on your side. You can set your own client seed so the result is provably not known in advance to the server alone.

Nonce

A counter that increases with each opening on the same seed pair. It makes every roll unique and reproducible.

What are server seed, client seed and nonce?
The three provably fair inputs: a secret server seed (hashed in advance), your client seed and a nonce counter. Together via HMAC-SHA256 they set the result.
Why change the client seed?
Your own client seed proves the result is not tuned to a value only the server knew before your opening.
Where do I find my seeds?
The server seed hash is shown before opening, and the revealed server seed, client seed and nonce appear in the opening details for verification.