Crates.io | miden-stdlib |
lib.rs | miden-stdlib |
version | 0.11.0 |
source | src |
created_at | 2022-08-08 22:33:03.278022 |
updated_at | 2024-11-05 03:42:07.802847 |
description | Miden VM standard library |
homepage | https://polygon.technology/polygon-miden |
repository | https://github.com/0xPolygonMiden/miden-vm |
max_upload_size | |
id | 641107 |
size | 950,562 |
Standard library for Miden VM.
Miden standard 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 standard library are:
The second goal can be achieved because calls to procedures in the standard library can always be serialized as 32 bytes, regardless of how large the procedure is.
Currently, Miden standard 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 MIT licensed.