Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 700 Bytes

Cryptography.md

File metadata and controls

19 lines (17 loc) · 700 Bytes

Ethereum uses public key cryptography to create Public–Private Key pairs (considered a "pair" because the Public Key is derived from the private key) which are not used for encryption but for digital signatures.


Slide Screenshot

018.jpg


Slide Text

  • Public Key Cryptography
  • Public-Private Key Pair
  • Private Key derives public key
  • Digital Signatures, Not Encryption

References


Tags

ECDSA, Nonce, Private Key, Public Key