31 releases (8 breaking)
1.0.0-rc.2 | Dec 3, 2022 |
---|---|
0.19.1 | Nov 9, 2023 |
0.19.0 | Oct 31, 2023 |
0.16.1 | Jul 13, 2023 |
0.11.1 | Aug 13, 2022 |
#25 in #risc-v
4,764 downloads per month
Used in 20 crates
(8 directly)
385KB
9K
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 | Turns on Metal GPU acceleration for the prover. |
prove | all except rv32im | std | Enables the prover, incompatible within the zkvm guest. |
std | all | Support for the Rust stdlib. |
Dependencies
~1.8–5.5MB
~92K SLoC