This crate contains core components used by Miden VM. These components include:
- Instruction set architecture (ISA) defined here and described here.
- Program structure defined here and described here.
- Implementations of Rescue hash function used by the VM.
- Various minor utility functions used by other VM crates.
This project is MIT licensed.