Guest User

Untitled

a guest
Feb 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. bytes32 b = sha3(publicKey)
  2. address signer;
  3. assembly {
  4. signer := mload(add(b, 0x0c) // skip the first 12 bytes, 0c in hex = 12
  5. }
Add Comment
Please, Sign In to add comment