Edit ‘cryptographic_rock-paper-scissors’

This commit is contained in:
osmarks 2024-09-10 18:49:28 +00:00 committed by wikimind
parent 8d737460ad
commit ef222a3f79

View File

@ -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