Edit ‘cryptographic_rock-paper-scissors’
This commit is contained in:
parent
8d737460ad
commit
ef222a3f79
@ -1 +1,3 @@
|
||||
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.
|
||||
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
|
Loading…
Reference in New Issue
Block a user