Recompute any round locally. Nothing is sent to a server.
Formula: HMAC_SHA256(serverSeed, `${operatorId}:${clientSeed}:${nonce}`). The serverSeedHash you saw before the round must match SHA-256 of the revealed seed.
HMAC_SHA256(serverSeed, `${operatorId}:${clientSeed}:${nonce}`)