Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Crash.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"import hmac\n",
"\n",
"e = 2**52\n",
"salt = \"0000000000000000000fa3b65e43e4240d71762a5bf397d5304b2596d116859c\""
"salt = \"5203969\""
]
},
{
Expand All @@ -37,7 +37,7 @@
"metadata": {},
"outputs": [],
"source": [
"game_hash = '100af1b49f5e9f87efc81f838bf9b1f5e38293e5b4cf6d0b366c004e0a8d9987'\n",
"game_hash = '5203969'\n",
"\n",
"def get_result(game_hash):\n",
" hm = hmac.new(str.encode(game_hash), b'', hashlib.sha256)\n",
Expand Down Expand Up @@ -68,7 +68,7 @@
"metadata": {},
"outputs": [],
"source": [
"game_hash = '100af1b49f5e9f87efc81f838bf9b1f5e38293e5b4cf6d0b366c004e0a8d9987' # Update to latest game's hash for more results\n",
"game_hash = '5203969' # Update to latest game's hash for more results\n",
"first_game = \"77b271fe12fca03c618f63dfb79d4105726ba9d4a25bb3f1964e435ccf9cb209\"\n",
"\n",
"results = []\n",
Expand Down