halo2/halo2_proofs
Eduard S 4f47ae6934 Checkpoint 2024-01-18 17:10:31 +00:00
..
benches update `halo2curves` to v0.6.0 2024-01-10 18:27:47 +03:00
examples update `halo2curves` to v0.6.0 2024-01-10 18:27:47 +03:00
proptest-regressions/plonk Move `halo2` code into `halo2_proofs` crate 2022-01-20 18:50:43 +00:00
src Checkpoint 2024-01-18 17:10:31 +00:00
tests Address some of the review comments from @CPerezz 2024-01-15 13:15:03 +00: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 Checkpoint 2024-01-16 15:44:02 +00:00
README.md update `halo2curves` to v0.6.0 2024-01-10 18:27:47 +03: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.

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

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.