Skip to content

Commit

Permalink
crypto/bls12381: fix typo in comment (ethereum#24509)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored and cp-wjhan committed Nov 14, 2022
1 parent 3b17942 commit b635759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/bls12381/swu.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package bls12381

// swuMapG1 is implementation of Simplified Shallue-van de Woestijne-Ulas Method
// follows the implmentation at draft-irtf-cfrg-hash-to-curve-06.
// follows the implementation at draft-irtf-cfrg-hash-to-curve-06.
func swuMapG1(u *fe) (*fe, *fe) {
var params = swuParamsForG1
var tv [4]*fe
Expand Down

0 comments on commit b635759

Please sign in to comment.