-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #846 from Consensys/feat/bw6761-pairing
feat: BW6-761 emulated pairing
- Loading branch information
Showing
18 changed files
with
2,920 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Package fields_bw6761 implements the fields arithmetic of the Fp6 tower | ||
// used to compute the pairing over the BW6-761 curve. | ||
// | ||
// 𝔽p³[u] = 𝔽p/u³+4 | ||
// 𝔽p⁶[v] = 𝔽p²/v²-u | ||
package fields_bw6761 |
Oops, something went wrong.