Diff of Cryptographic Rock-Paper-Scissors at 02e6183

@@ -4,2 +4,2 @@ A perennial problem on the internet in text chat is that a naively implemented R
 
-Each player selects their move and a random salt. 
\ No newline at end of file
+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.
\ No newline at end of file