Skip to content

Commit 180189b

Browse files
committed
typo: Pederson -> Pedersen.
1 parent d6a917b commit 180189b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/test_utils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)]
9999
pub 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)]
123123
pub fn pedersen_commitment_dleq<G: Group + GroupEncoding>(
124124
generators: [G; 4],

0 commit comments

Comments
 (0)