Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 601 Bytes

EVM Architecture.md

File metadata and controls

15 lines (12 loc) · 601 Bytes

The EVM is a simple stack-based architecture consisting of the stack, volatile memory, non-volatile storage with a word size of 256-bit (chosen to facilitate the Keccak256 hash scheme and elliptic-curve computations) and Calldata.


Slide Screenshot

059.jpg


Slide Text

  • Stack-Based Architecture
  • Stack Volatile Memory
  • Non-Volatile Storage Calldata
  • Word Size -> 256-bits
  • Helped facilitate Keccak256 & Elliptic Curve Cryptography