Go to file
Eduard S ea8cd59268 Move examples to halo2_proofs. Breaks 2024-01-26 13:59:01 +00:00
.github update `halo2curves` to v0.6.0 2024-01-10 18:27:47 +03:00
backend Cleanup unused dependencies in common, backend 2024-01-25 15:03:06 +00:00
book chore: correcting few mistakes in documentation (#240) 2023-12-20 10:01:39 +01:00
common Pass frontend tests 2024-01-26 11:42:36 +00:00
frontend Pass frontend tests 2024-01-26 11:42:36 +00:00
halo2 bump version to 0.3.0 2024-01-10 18:27:47 +03:00
halo2_proofs Move examples to halo2_proofs. Breaks 2024-01-26 13:59:01 +00:00
halo2_proofs_rm Move examples to halo2_proofs. Breaks 2024-01-26 13:59:01 +00:00
middleware Move examples to halo2_proofs. Breaks 2024-01-26 13:59:01 +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 Checkpoint, halo2_proofs legacy 2024-01-24 10:27:09 +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.