Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sontuphan
Last active December 11, 2017 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sontuphan/c79a17a7d1cacfbb0a35353043b7a0f1 to your computer and use it in GitHub Desktop.
Save sontuphan/c79a17a7d1cacfbb0a35353043b7a0f1 to your computer and use it in GitHub Desktop.
// 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