From 0a4ec1dde57e4314839644095b79572851e32d2a Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 8 Mar 2022 18:48:25 +0900 Subject: [PATCH] crypto/bls12381: fix typo in comment (#24509) --- crypto/bls12381/swu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bls12381/swu.go b/crypto/bls12381/swu.go index 40d8c9154d..e78753b240 100644 --- a/crypto/bls12381/swu.go +++ b/crypto/bls12381/swu.go @@ -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