halo2/halo2_proofs
Han 324c88608d
Document PSE fork features (#226)
* fix: panic if input or table contains simple selector in `lookup_any`

* fix: include `shuffle` in `Debug` of `PinnedConstraintSystem` if it is not empty

* doc: add `book/src/user/experimental-features.md`

* doc: apply suggestion from Carlos and add more links to doc page and example

* doc: mention `experimental-features.md` in `README.md`
2023-11-10 08:00:59 +01:00
..
benches fix: clippy (#203) 2023-09-18 09:25:26 +02:00
examples feat: optionally unblinded advice columns (#220) 2023-11-07 16:34:00 +01:00
proptest-regressions/plonk Move `halo2` code into `halo2_proofs` crate 2022-01-20 18:50:43 +00:00
src Document PSE fork features (#226) 2023-11-10 08:00:59 +01:00
tests fix: clippy (#203) 2023-09-18 09:25:26 +02:00
CHANGELOG.md Place `halo2_proofs::plonk::BatchVerifier` behind a (default enabled) crate feature called `batch`. 2022-06-23 12:51:47 -06:00
Cargo.toml chore: Update rust-toolchain to 1.66 for testing (#208) 2023-09-18 08:54:15 +02:00
README.md Synchronize with upstream (#199) 2023-09-06 14:59:44 +08:00
katex-header.html Fix docs.rs build 2022-03-17 19:14:11 +00:00

README.md

halo2_proofs Crates.io

Documentation

Minimum Supported Rust Version

Requires Rust 1.65.0 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.