class Eth::Key

def to_address

def to_address
  Utils.bin_to_hex(Utils.keccak256(public_bytes[1..-1])[-20..-1])
end