Expand description
This crate provides a simple RAM machine for use in the zkVM
Modulesยง
- base
- Base trait for generic type
- config
- Define all configuration of StateMachine and RawMemory
- error
- Define all errors of StateMachine and RawMemory
- machine
- A state machine with two instructions Write and Read. This machine have configurable word size and address size. This crate provide following aliases:
- memory
- Raw memory as a key-value store base on RBTree that mapping address to value