halo2-axiom

Crates.iohalo2-axiom
lib.rshalo2-axiom
version0.4.4
sourcesrc
created_at2023-11-15 23:15:04.506055
updated_at2024-02-14 18:29:01.77163
descriptionFast PLONK-based zero-knowledge proving system. This is a fork of , which is itself a fork of ZCash's "halo2_proofs" crate. This fork uses the KZG polynomial commitment scheme for the proving backend, which requires a one-time universal trusted setup. Publishing this crate for better versioning in Axiom's production usage. This crate requires rust nightly to build.
homepage
repositoryhttps://github.com/axiom-crypto/halo2
max_upload_size
id1037006
size1,040,173
ZK (github:axiom-crypto:zk)

documentation

README

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.

You can disable rayon by disabling the "multicore" feature. Warning! Halo2 will lose access to parallelism if you disable the "multicore" feature. This will significantly degrade performance.

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.

Commit count: 2490

cargo fmt