Skip to content

Commit 9e92970

Browse files
cuishuanggopherbot
authored andcommitted
bn256: add missing symbols in comment
Change-Id: Ibd48a070bd8ce35ef5795a8b73bc4ecac43a993e Reviewed-on: https://go-review.googlesource.com/c/crypto/+/611735 Run-TryBot: shuang cui <imcusg@gmail.com> Commit-Queue: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
1 parent c9da6b9 commit 9e92970

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bn256/gfp12.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package bn256
66

77
// For details of the algorithms used, see "Multiplication and Squaring on
8-
// Pairing-Friendly Fields, Devegili et al.
8+
// Pairing-Friendly Fields", Devegili et al.
99
// http://eprint.iacr.org/2006/471.pdf.
1010

1111
import (

bn256/gfp2.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package bn256
66

77
// For details of the algorithms used, see "Multiplication and Squaring on
8-
// Pairing-Friendly Fields, Devegili et al.
8+
// Pairing-Friendly Fields", Devegili et al.
99
// http://eprint.iacr.org/2006/471.pdf.
1010

1111
import (

bn256/gfp6.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package bn256
66

77
// For details of the algorithms used, see "Multiplication and Squaring on
8-
// Pairing-Friendly Fields, Devegili et al.
8+
// Pairing-Friendly Fields", Devegili et al.
99
// http://eprint.iacr.org/2006/471.pdf.
1010

1111
import (

0 commit comments

Comments
 (0)