Go to file
Eduard S fe2e28ea35 Fix doc tests imports 2024-01-29 18:22:16 +00:00
.github update `halo2curves` to v0.6.0 2024-01-10 18:27:47 +03:00
backend Temporarily disable thread-safe-region fetature, fix clippy warnings 2024-01-29 16:24:43 +00:00
book chore: correcting few mistakes in documentation (#240) 2023-12-20 10:01:39 +01:00
common Fix doc tests imports 2024-01-29 18:22:16 +00:00
frontend Fix doc tests imports 2024-01-29 18:22:16 +00:00
halo2 bump version to 0.3.0 2024-01-10 18:27:47 +03:00
halo2_proofs Temporarily disable thread-safe-region fetature, fix clippy warnings 2024-01-29 16:24:43 +00:00
middleware Temporarily disable thread-safe-region fetature, fix clippy warnings 2024-01-29 16:24:43 +00: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 Clean up middleware deps 2024-01-29 13:36:46 +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 update `halo2curves` to v0.6.0 2024-01-10 18:27:47 +03:00
rust-toolchain update `halo2curves` to 0.5.0 2024-01-10 18:27:47 +03: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.

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.