Skip to content

Latest commit

 

History

History
 
 

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Miden core

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.

License

This project is MIT licensed.