Go to file
zhiqiangxu ba69850d4e pow_vartime([n, 0, 0, 0] => pow_vartime([n] 2023-08-22 10:04:12 +08:00
.github Bump codecov/codecov-action from 3.1.1 to 3.1.4 2023-05-16 10:59:10 +00:00
book Fix typos 2023-06-20 20:45:14 +09:00
halo2
halo2_gadgets Revert commit zcash/halo2@65a89f099b 2023-06-21 11:32:17 +08:00
halo2_proofs pow_vartime([n, 0, 0, 0] => pow_vartime([n] 2023-08-22 10:04:12 +08:00
.gitignore
COPYING.md
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
rust-toolchain.toml

README.md

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