mirror of https://github.com/zcash/halo2
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
.github | 2 weeks ago | |
book | 2 weeks ago | |
halo2 | 7 months ago | |
halo2_gadgets | 2 weeks ago | |
halo2_proofs | 3 weeks ago | |
.gitignore | 9 months ago | |
COPYING.md | 10 months ago | |
Cargo.toml | 2 months ago | |
LICENSE-APACHE | 10 months ago | |
LICENSE-MIT | 10 months ago | |
README.md | 9 months ago | |
rust-toolchain | 9 months ago |
README.md
halo2 
Documentation
Minimum Supported Rust Version
Requires Rust 1.56.1 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.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.