Skip to content

Commit

Permalink
docs: correct BW6 tower comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yelhousni committed Jun 25, 2024
1 parent 903b401 commit bcce894
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ecc/bw6-633/bw6-633.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Extension fields tower:
//
// 𝔽p³[u] = 𝔽p/u³-2
// 𝔽p⁶[v] = 𝔽p²/v²-u
// 𝔽p⁶[v] = 𝔽p³/v²-u
//
// case t % r % u = 0
//
Expand Down
2 changes: 1 addition & 1 deletion ecc/bw6-756/bw6-756.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// Extension fields tower:
//
// 𝔽p³[u] = 𝔽p/u³-33
// 𝔽p⁶[v] = 𝔽p²/v²-u
// 𝔽p⁶[v] = 𝔽p³/v²-u
//
// optimal Ate loops:
//
Expand Down
2 changes: 1 addition & 1 deletion ecc/bw6-761/bw6-761.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// Extension fields tower:
//
// 𝔽p³[u] = 𝔽p/u³+4
// 𝔽p⁶[v] = 𝔽p²/v²-u
// 𝔽p⁶[v] = 𝔽p³/v²-u
//
// optimal Ate loops:
//
Expand Down

0 comments on commit bcce894

Please sign in to comment.