From cc4e7ee5b04d58905787223d7d2634ee150f71b4 Mon Sep 17 00:00:00 2001 From: 0x Date: Wed, 2 Apr 2025 15:25:44 +0300 Subject: [PATCH] Update broken link --- subroutines/src/pcs/univariate_kzg/srs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subroutines/src/pcs/univariate_kzg/srs.rs b/subroutines/src/pcs/univariate_kzg/srs.rs index 9aeaaa89..eec272bc 100644 --- a/subroutines/src/pcs/univariate_kzg/srs.rs +++ b/subroutines/src/pcs/univariate_kzg/srs.rs @@ -16,7 +16,7 @@ use std::ops::Mul; /// `UniversalParams` are the universal parameters for the KZG10 scheme. // Adapted from -// https://github.com/arkworks-rs/poly-commit/blob/master/src/kzg10/data_structures.rs#L20 +// https://github.com/arkworks-rs/poly-commit/blob/master/poly-commit/src/kzg10/data_structures.rs#L22 #[derive(Debug, Clone, Eq, PartialEq, CanonicalSerialize, CanonicalDeserialize, Default)] pub struct UnivariateUniversalParams { /// Group elements of the form `{ \beta^i G }`, where `i` ranges from 0 to