56 releases (8 stable)
1.1.2 | Oct 3, 2024 |
---|---|
1.1.0-rc.3 | Aug 31, 2024 |
1.0.5 | Jul 30, 2024 |
1.0.0-rc.2 | Dec 3, 2022 |
0.11.1 | Aug 13, 2022 |
#87 in Cryptography
20,407 downloads per month
Used in 27 crates
(12 directly)
535KB
11K
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
~3–12MB
~134K SLoC