Skip to content

Commit

Permalink
Update src/kzg.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Laferriere <[email protected]>
  • Loading branch information
anupsv and samlaf authored Jan 10, 2025
1 parent 86ceab3 commit d67adec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kzg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d67adec

Please sign in to comment.