Hacker News new | ask | show | jobs
by soheil 1646 days ago
Can one client do the work and post back the final version to the server so the server sends that version to all the other clients?
1 comments

Don't trust the client with that, or everybody is getting goatse'd.
A. Cryptographically verify the final version

B. Schedule the work to be performed on multiple clients in case some fail

> A. Cryptographically verify the final version

How?