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.
halo2_proofs currently uses rayon for parallel
computation. The RAYON_NUM_THREADS environment variable can be used to set the number of
threads.
When compiling to WASM-targets, notice that since version 1.7, rayon will fallback automatically (with no need to handle features) to require getrandom in order to be able to work. For more info related to WASM-compilation.
See: Rayon: Usage with WebAssembly for more
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.
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.