Skip to content

Commit

Permalink
chore: fix description to mention trusted setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Feb 9, 2024
1 parent 5d7c392 commit c310a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ authors = [
edition = "2021"
rust-version = "1.73.0"
description = """
Fast PLONK-based zero-knowledge proving system with no trusted setup.
Fast PLONK-based zero-knowledge proving system.
This is a fork of <https://github.com/privacy-scaling-explorations/halo2>, which is itself a fork of ZCash's "halo2_proofs" crate.
This fork uses the KZG polynomial commitment scheme for the proving backend.
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.
Expand Down

0 comments on commit c310a63

Please sign in to comment.