Skip to content

Commit

Permalink
bn256: add missing symbols in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cuishuang authored and gopherbot committed Sep 10, 2024
1 parent c9da6b9 commit 9e92970
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bn256/gfp12.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package bn256

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

import (
Expand Down
2 changes: 1 addition & 1 deletion bn256/gfp2.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package bn256

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

import (
Expand Down
2 changes: 1 addition & 1 deletion bn256/gfp6.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package bn256

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

import (
Expand Down

0 comments on commit 9e92970

Please sign in to comment.