Go to file
duguorong009 b9a057d791
chore: fix "docs ghpages/deploy" ci (#305)
* ci: update toolchain for docs/ghpages ci

* refactor: move the "katex-header.html" file for docs/ghpages ci

* chore: add the html copy/delete process in ci
2024-04-04 14:52:40 +08:00
.github chore: fix "docs ghpages/deploy" ci (#305) 2024-04-04 14:52:40 +08:00
book docs: explain unstable main, document frontend-backend split (#299) 2024-03-20 13:53:43 +01:00
halo2 chore: fix "docs ghpages/deploy" ci (#305) 2024-04-04 14:52:40 +08:00
halo2_backend chore: document magic numbers in `bytes_length` (#304) 2024-03-29 17:57:29 +08:00
halo2_frontend chore: fix "docs ghpages/deploy" ci (#305) 2024-04-04 14:52:40 +08:00
halo2_middleware fix: check `thread-safe-region` feature(post-split) (#296) 2024-03-28 15:38:49 +08:00
halo2_proofs refactor: remove the `halo2_common` crate(post-split) (#298) 2024-03-22 10:22:19 +08: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 refactor: remove the `halo2_common` crate(post-split) (#298) 2024-03-22 10:22:19 +08: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 docs: explain unstable main, document frontend-backend split (#299) 2024-03-20 13:53:43 +01:00
rust-toolchain refactor: move the `halo2_common::arithmetic` to `halo2_backend`(post fe-be split) (#281) 2024-02-22 09:42:07 +01:00

README.md

halo2 Crates.io

Documentation

This repository contains the halo2 fork from PSE and includes contributions from the community.

We use the main branch for development, which means it may contain unstable/unfinished features. For end-users we recomend using the tag releases which can be seen as curated checkpoints with some level of guarantee of stability.

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.