Skip to content

Commit

Permalink
Correct DST
Browse files Browse the repository at this point in the history
  • Loading branch information
K1li4nL committed Sep 13, 2024
1 parent efe4382 commit 461711d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pairing/bn254/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ type Suite struct {
}

func newDefaultDomainG1() []byte {
return []byte("BN254G1_XMD:KECCAK-256_SSWU_RO_")
return []byte("BN254G1_XMD:KECCAK-256_SVDW_RO_")
}

func newDefaultDomainG2() []byte {
return []byte("BN254G2_XMD:KECCAK-256_SSWU_RO_")
return []byte("BN254G2_XMD:KECCAK-256_SVDW_RO_")
}

// NewSuite generates and returns a new BN254 pairing suite.
Expand Down

0 comments on commit 461711d

Please sign in to comment.