Edit ‘cryptographic_rock-paper-scissors’
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
A perennial problem on the internet in text chat is that a naively implemented Rock-Paper-Scissors game leads to whoever plays a move first winning, as the winning move given the other player's move is known and fixed. Cryptography solves this: it is possible for each player to commit to a move before revealing it.
|
||||
|
||||
== Protocol
|
||||
== Protocol
|
||||
|
||||
Each player selects their move and a random salt.
|
||||
Reference in New Issue
Block a user