miden-core-lib

Crates.iomiden-core-lib
lib.rsmiden-core-lib
version0.20.2
created_at2025-12-06 05:43:26.406565+00
updated_at2026-01-06 22:27:44.145199+00
descriptionMiden VM core library
homepagehttps://miden.xyz
repositoryhttps://github.com/0xMiden/miden-vm
max_upload_size
id1969669
size882,702
Bobbin Threadbare (bobbinth)

documentation

https://docs.rs/miden-core-lib

README

Miden core library

Core library for Miden VM.

Miden core library provides a set of procedures which can be used by any Miden program. These procedures build on the core instruction set of Miden assembly expanding the functionality immediately available to the user.

The goals of Miden core library are:

  • Provide highly-optimized and battle-tested implementations of commonly-used primitives.
  • Reduce the amount of code that needs to be shared between parties for proving and verifying program execution.

The second goal can be achieved because calls to procedures in the core library can always be serialized as 32 bytes, regardless of how large the procedure is.

Available modules

Currently, Miden core library contains just a few modules, which are listed below. Over time, we plan to add many more modules which will include various cryptographic primitives, additional numeric data types and operations, and many others.

Status

At this point, all implementations listed above are considered to be experimental and are subject to change.

License

This project is dual-licensed under the MIT and Apache 2.0 licenses.

Commit count: 3460

cargo fmt