Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 578 Bytes

EOA Address.md

File metadata and controls

15 lines (13 loc) · 578 Bytes

Ethereum address of an EOA account is the last 20 bytes (least significant bytes) of the Keccak256 hash of the Public Key of the EOA’s key pair.


Slide Screenshot

030.jpg


Slide Text

  • Private Key derives Public Key
  • Public Key is hashed with Keccak256
  • Last 20 bytes are used from public key as the address (least signficant bytes) (160 bits)

References