File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ pub fn translated_dleq<G: Group + GroupEncoding>(
9494 ( relation, vec ! [ x] )
9595}
9696
97- /// LinearMap for knowledge of an opening to a Pederson commitment.
97+ /// LinearMap for knowledge of an opening to a Pedersen commitment.
9898#[ allow( non_snake_case) ]
9999pub fn pedersen_commitment < G : Group + GroupEncoding > (
100100 H : G ,
@@ -118,7 +118,7 @@ pub fn pedersen_commitment<G: Group + GroupEncoding>(
118118 ( relation, witness)
119119}
120120
121- /// LinearMap for knowledge of equal openings to two distinct Pederson commitments.
121+ /// LinearMap for knowledge of equal openings to two distinct Pedersen commitments.
122122#[ allow( non_snake_case) ]
123123pub fn pedersen_commitment_dleq < G : Group + GroupEncoding > (
124124 generators : [ G ; 4 ] ,
You can’t perform that action at this time.
0 commit comments