halo2_proofs

Crates.iohalo2_proofs
lib.rshalo2_proofs
version0.3.0
sourcesrc
created_at2022-01-20 18:07:50.926089
updated_at2023-03-22 18:35:41.954889
descriptionFast PLONK-based zero-knowledge proving system with no trusted setup
homepage
repositoryhttps://github.com/zcash/halo2
max_upload_size
id517772
size750,918
(ebfull)

documentation

https://docs.rs/halo2_proofs

README

halo2_proofs Crates.io

Documentation

Minimum Supported Rust Version

Requires Rust 1.60 or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.

Controlling parallelism

halo2_proofs currently uses rayon for parallel computation. The RAYON_NUM_THREADS environment variable can be used to set the number of threads.

You can disable rayon by disabling the "multicore" feature. Warning! Halo2 will lose access to parallelism if you disable the "multicore" feature. This will significantly degrade performance.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 2464

cargo fmt