Go to file
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
.github fix doc index (#210) 2023-09-18 11:12:01 +02:00
book Document PSE fork features (#226) 2023-11-10 08:00:59 +01:00
halo2 Synchronize with upstream (#199) 2023-09-06 14:59:44 +08:00
halo2_gadgets chore: fix typos in comments 2023-10-30 20:33:52 +08:00
halo2_proofs Document PSE fork features (#226) 2023-11-10 08:00:59 +01:00
.gitignore remove .DS_Store 2022-05-13 09:18:59 -04:00
COPYING.md Relicense Halo 2 crates as MIT OR Apache 2.0 2022-04-07 14:22:49 +00:00
Cargo.toml Integrate `halo2_gadgets` into the workspace 2022-01-27 23:32:04 +00:00
LICENSE-APACHE Relicense Halo 2 crates as MIT OR Apache 2.0 2022-04-07 14:22:49 +00:00
LICENSE-MIT Add an umbrella copyright line to cover future contributors 2022-04-07 14:51:05 +00:00
README.md Document PSE fork features (#226) 2023-11-10 08:00:59 +01:00
rust-toolchain chore: Update rust-toolchain to 1.66 for testing (#208) 2023-09-18 08:54:15 +02:00

README.md

halo2 Crates.io

Documentation

For experimental features privacy-scaling-explorations/halo2 fork adds, please refer to experimental-features.md.

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 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.