Registry / crypto / halo2-proofs

halo2-proofs

JSON →
library0.3.2rscratesunverified

Fast PLONK-based zero-knowledge proving system with no trusted setup.

# Cargo.toml [dependencies] halo2_proofs = "0.3.2"
INSTALL
IMPORT
SIG · HALO2-PROOFS
H
halo2-proofs
cryptorustv0.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Prover
use halo2_proofs::plonk::Prover;

Minimal usage of halo2_proofs Prover.

use halo2_proofs::plonk::Prover; fn main() { // Example: create a prover instance let _prover = Prover::new("test"); }
Debug
Known issues
gotchaRequires nightly Rust due to unstable features.
fix
Use `rustup default nightly` or set `RUSTUP_TOOLCHAIN=nightly`.
affects: >=0.3.0
Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
halo2-proofs — cargo add halo2-proofs · libregistry