From 76b7e515b33b98e2bc9066b38c600fa14db495db Mon Sep 17 00:00:00 2001 From: osmarks Date: Tue, 10 Sep 2024 18:49:38 +0000 Subject: [PATCH] =?UTF-8?q?Edit=20=E2=80=98cryptographic=5Frock-paper-scis?= =?UTF-8?q?sors=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptographic_rock-paper-scissors.myco | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cryptographic_rock-paper-scissors.myco b/cryptographic_rock-paper-scissors.myco index ca8cf98..554b6b3 100644 --- a/cryptographic_rock-paper-scissors.myco +++ b/cryptographic_rock-paper-scissors.myco @@ -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 \ No newline at end of file +== Protocol + +Each player selects their move and a random salt. \ No newline at end of file