71 releases (16 stable)

new 2.0.0-rc.2 Mar 15, 2025
1.3.0 Feb 25, 2025
1.2.1-rc.0 Dec 9, 2024
1.2.0-rc.1 Nov 23, 2024
0.11.1 Aug 13, 2022

#1 in #proving

Download history 7118/week @ 2024-11-23 7285/week @ 2024-11-30 7072/week @ 2024-12-07 6020/week @ 2024-12-14 2024/week @ 2024-12-21 2031/week @ 2024-12-28 6244/week @ 2025-01-04 6160/week @ 2025-01-11 7616/week @ 2025-01-18 6850/week @ 2025-01-25 8288/week @ 2025-02-01 8063/week @ 2025-02-08 9359/week @ 2025-02-15 9575/week @ 2025-02-22 7697/week @ 2025-03-01 6063/week @ 2025-03-08

34,133 downloads per month
Used in 37 crates (15 directly)

Apache-2.0

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
~168K SLoC