crypto/bls12381: fix typo in comment (#24509)

This commit is contained in:
Ikko Ashimine 2022-03-08 18:48:25 +09:00 committed by GitHub
parent 870b4505a0
commit 0a4ec1dde5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
package bls12381 package bls12381
// swuMapG1 is implementation of Simplified Shallue-van de Woestijne-Ulas Method // 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) { func swuMapG1(u *fe) (*fe, *fe) {
var params = swuParamsForG1 var params = swuParamsForG1
var tv [4]*fe var tv [4]*fe