74 releases (18 stable)
new 2.0.0 | Mar 25, 2025 |
---|---|
1.3.0 |
|
1.2.1-rc.0 | Dec 9, 2024 |
1.2.0-rc.1 | Nov 23, 2024 |
0.11.1 | Aug 13, 2022 |
#355 in Magic Beans
63,390 downloads per month
Used in 40 crates
(15 directly)
575KB
12K
SLoC
The RISC Zero Proving System
These are the core algorithms that prove and verify the execution of zk-STARK circuits.
Crate Feature Flags
The following crate feature flags are available.
Feature | Target(s) | Implies | Description |
---|---|---|---|
cuda | prove, std | Turns on CUDA GPU acceleration for the prover. Requires CUDA toolkit to be installed. | |
metal | macos | prove, std | Deprecated - Metal GPU acceleration for the prover is enabled by default on Apple Silicon. |
prove | all except rv32im | std | Enables the prover, incompatible within the zkvm guest. |
std | all | Support for the Rust stdlib. |
Dependencies
~4–13MB
~171K SLoC