Skip to content

Commit

Permalink
fix typo in comment for degree-0 G2 element (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-bayardo authored Aug 16, 2023
1 parent 4fbecae commit e498d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kzg/srs.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type OpeningKey struct {
// This is the degree-0 G_1 element in the trusted setup.
// In the specs, this is denoted as `KZG_SETUP_G1[0]`
GenG1 bls12381.G1Affine
// This is the degree-0 G_1 element in the trusted setup.
// This is the degree-0 G_2 element in the trusted setup.
// In the specs, this is denoted as `KZG_SETUP_G2[0]`
GenG2 bls12381.G2Affine
// This is the degree-1 G_2 element in the trusted setup.
Expand Down

0 comments on commit e498d57

Please sign in to comment.