From c310a632801fe09e5be4329ce52e956b6a598b5c Mon Sep 17 00:00:00 2001 From: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:02:42 -0800 Subject: [PATCH] chore: fix description to mention trusted setup --- halo2_proofs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/halo2_proofs/Cargo.toml b/halo2_proofs/Cargo.toml index 2a6d68c464..59f58cd890 100644 --- a/halo2_proofs/Cargo.toml +++ b/halo2_proofs/Cargo.toml @@ -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 , 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.