| Crates.io | miden-core-lib |
| lib.rs | miden-core-lib |
| version | 0.20.2 |
| created_at | 2025-12-06 05:43:26.406565+00 |
| updated_at | 2026-01-06 22:27:44.145199+00 |
| description | Miden VM core library |
| homepage | https://miden.xyz |
| repository | https://github.com/0xMiden/miden-vm |
| max_upload_size | |
| id | 1969669 |
| size | 882,702 |
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:
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.
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.
At this point, all implementations listed above are considered to be experimental and are subject to change.
This project is dual-licensed under the MIT and Apache 2.0 licenses.