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 <[email protected]> Commit-Queue: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
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)