Created
February 20, 2018 19:38
-
-
Save alaingoldman/ad56e09a26a26523eef27e0bb2b1b3ef to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| javascript : | |
| _sha3("abc", "def"); | |
| = "0xb661a593b1b891c0068218d08abc26bafdfd7185bd4a59000911cb1dbbaa77c4" | |
| solidity : | |
| sha3("abc", "def"); | |
| = "0xacd0c377fe36d5b209125185bc3ac41155ed1bf7103ef9f0c2aff4320460b6df" | |
| solidity : | |
| keccak256("abc", "def"); | |
| = "0xacd0c377fe36d5b209125185bc3ac41155ed1bf7103ef9f0c2aff4320460b6df" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment