miden-stdlib-sys 0.10.0

Low-level Rust bindings for the Miden standard library
Documentation

Miden Standard Library

The miden-stdlib-sys crate provides low-level bindings for the Miden standard library, and re-exports the unified Felt type from the miden-field crate.

Miden VM instructions

See the full instruction list in the Miden VM book

Not yet implemented Miden VM instructions:

Field Operations

Missing in IR:

  • ilog2
  • assert_eqw
  • eqw
  • ext2*

I/O

Missing in IR:

  • adv* (advice provider)

Cryptographic operations

Missing in IR:

  • hash;
  • hperm;
  • mtree*;

Events, Tracing

Missing in IR:

  • emit;
  • trace;