plonky2/evm/src/memory/registers.rs

4 lines
69 B
Rust
Raw Normal View History

2022-06-13 14:37:29 -07:00
//! Memory unit.
pub(super) const END: usize = super::START_MEMORY;