forked from zkcrypto/bls12_381
-
Notifications
You must be signed in to change notification settings - Fork 5
Implement CurveExt for G1Projective #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
5fa5391
chore: Add missing fn docs for Fp pub methods
CPerezz d205fd4
tmp_start
CPerezz 04eef3b
find constants & impl Field/PrimeField for Fp
CPerezz d107674
impl PrimeField for Fp
CPerezz e17d8c9
add missing Fp dependency
CPerezz 6405f80
impl CurveAffine for G1Affine
CPerezz 859b3ae
impl Ord & PartialOrd for Scalar & Fp
CPerezz 30d401f
Impl CurveExt for G1Projective
CPerezz 86a50bb
try endomorphisms with both N=2 & N=3
CPerezz ab7aa46
fix tests
CPerezz d9014b3
Set ZETA with N=2
CPerezz 19868bc
fix: Bring back original ZETA
CPerezz 49e205a
chore: Cleanup Fp module
CPerezz 8e7b2f2
chore: Make clippy happy
CPerezz c7d20ce
chore: Allow nededless borrows
CPerezz d907bcd
fix: Make no_std friendly the lib again
CPerezz 9780b85
Apply suggestions from Han's review
CPerezz 01daad4
chore: Add tests for Fp constants & nits fix
CPerezz fedb948
fix: Use little endian for the `ReprFp` type
CPerezz b05ceae
fix: Adjust LE usage for ReprFp & add test
CPerezz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| [toolchain] | ||
| channel = "1.61.0" | ||
| channel = "1.66.0" | ||
| components = [ "clippy", "rustfmt" ] |
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.