Unverified Commit 0a4ec1dd authored by Ikko Ashimine's avatar Ikko Ashimine Committed by GitHub

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

parent 870b4505
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment