Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halo2-ce/halo2
https://github.com/halo2-ce/halo2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halo2-ce/halo2
- Owner: halo2-ce
- License: other
- Fork: true (zcash/halo2)
- Created: 2022-11-07T22:29:35.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-01T22:03:24.000Z (almost 2 years ago)
- Last Synced: 2024-05-19T08:06:20.040Z (8 months ago)
- Language: Rust
- Size: 5.63 MB
- Stars: 29
- Watchers: 5
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
- awesome-halo2 - halo2-ce
README
# halo2 [![Crates.io](https://img.shields.io/crates/v/halo2.svg)](https://crates.io/crates/halo2) #
## [Documentation](https://docs.rs/halo2)
## Minimum Supported Rust Version
Requires Rust **1.56.1** 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](https://github.com/rayon-rs/rayon) for parallel computation.
The `RAYON_NUM_THREADS` environment variable can be used to set the number of threads.## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)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.