59 - EVM Architecture
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.
- Stack-Based Architecture
- Stack Volatile Memory
- Non-Volatile Storage Calldata
- Word Size -> 256-bits
- Helped facilitate Keccak256 & Elliptic Curve Cryptography