Edit ‘cryptographic_rock-paper-scissors’

This commit is contained in:
osmarks 2024-09-10 18:50:43 +00:00 committed by wikimind
parent 76b7e515b3
commit 02e6183315

View File

@ -2,4 +2,4 @@ A perennial problem on the internet in text chat is that a naively implemented R
== Protocol
Each player selects their move and a random salt.
Each player selects their move and a random salt. They then transmit the hash of the move and salt to the other player. Once both players have received the other's hash, both reveal their move and salt.