Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 523 Bytes

Public Key.md

File metadata and controls

16 lines (14 loc) · 523 Bytes

An Ethereum public key is a point on an elliptic curve calculated from the private key using elliptic curve multiplication. One cannot calculate the private key from the public key.


Slide Screenshot

021.jpg


Slide Text

  • Not Secret -> Public
  • Private Key -> Public Key
  • Elliptic Curve Point -> Multiplication
  • Public Key X -> Private Key

References