From d67adec61e56adba1fae8fcd1ea1b0cbead75f43 Mon Sep 17 00:00:00 2001 From: anupsv Date: Fri, 10 Jan 2025 12:05:41 +0530 Subject: [PATCH] Update src/kzg.rs Co-authored-by: Samuel Laferriere --- src/kzg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kzg.rs b/src/kzg.rs index c19a78a..e2538ff 100644 --- a/src/kzg.rs +++ b/src/kzg.rs @@ -658,7 +658,7 @@ impl KZG { self.commit_eval_form(&polynomial) } - pub fn compute_kzg_proof_with_known_z_fr_index( + pub fn compute_proof_with_known_z_fr_index( &self, polynomial: &PolynomialEvalForm, index: u64,