air-codegen-masm

Crates.ioair-codegen-masm
lib.rsair-codegen-masm
version0.1.0
sourcesrc
created_at2023-07-12 23:56:13.922616
updated_at2023-07-12 23:56:13.922616
descriptionMiden Assembly code generator for the AirScript language
homepage
repositoryhttps://github.com/0xPolygonMiden/air-script
max_upload_size
id914919
size112,068
Bobbin Threadbare (bobbinth)

documentation

README

Miden assembly code generator

This crate contains a code generator targeting the Miden VM.

The purpose of this code generator is to convert a provided AirIR representation of an AIR into a custom Miden assembly module that contains constraint evaluation logic for this AIR. The generated code can be used with the recursive STARK proof verifier in Miden standard library.

Commit count: 519

cargo fmt