Skip to content

Commit

Permalink
chore: add missing symbols in comment (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiaoxizhan authored Sep 14, 2024
1 parent 282aee5 commit 3e44dca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crypto/bn256/cloudflare/gfp12.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,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 crypto/bn256/cloudflare/gfp2.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,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.

// gfP2 implements a field of size p² as a quadratic extension of the base field
Expand Down
2 changes: 1 addition & 1 deletion crypto/bn256/cloudflare/gfp6.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,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.

// gfP6 implements the field of size p⁶ as a cubic extension of gfP2 where τ³=ξ
Expand Down
2 changes: 1 addition & 1 deletion crypto/bn256/google/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 crypto/bn256/google/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 crypto/bn256/google/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 3e44dca

Please sign in to comment.