Last active
December 11, 2017 03:23
-
-
Save sontuphan/c79a17a7d1cacfbb0a35353043b7a0f1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Hash algorithm is Keccak256 | |
// The raw values are 'rock', 'scissors' and 'paper' | |
var hashOfRock = '10977e4d68108d418408bc9310b60fc6d0a750c63ccef42cfb0ead23ab73d102'; | |
var hashOfScissors = '389a2d4e358d901bfdf22245f32b4b0a401cc16a4b92155a2ee5da98273dad9a'; | |
var hashOfPaper = 'ea923ca2cdda6b54f4fb2bf6a063e5a59a6369ca4c4ae2c4ce02a147b3036a21'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment