-
Notifications
You must be signed in to change notification settings - Fork 25
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
curve + point structs #5
Merged
Merged
Conversation
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
commit 7a7a0db Author: Thor 🪁 <[email protected]> Date: Wed May 1 12:00:43 2024 -0700 plonky3 deps added (#4) * dependencies added * cargo fmt commit 307e995 Merge: d8f688b 344c2bd Author: Thor 🪁 <[email protected]> Date: Wed May 1 11:52:54 2024 -0700 Merge pull request #2 from pluto/dependabot/github_actions/dependabot/fetch-metadata-2 Bump dependabot/fetch-metadata from 1 to 2 commit 344c2bd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed May 1 18:29:21 2024 +0000 Bump dependabot/fetch-metadata from 1 to 2 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v1...v2) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Autoparallel
added a commit
that referenced
this pull request
May 2, 2024
commit 358e780 Author: Thor Kampefner <[email protected]> Date: Wed May 1 18:12:31 2024 -0700 ronkathon svg commit be43441 Author: devloper <[email protected]> Date: Wed May 1 18:11:08 2024 -0700 Fix modular arithmetic (#13) * Fix modular arithmetic * cargo f --------- Co-authored-by: devloper <[email protected]> Co-authored-by: Thor Kampefner <[email protected]> commit 218098c Author: Thor Kampefner <[email protected]> Date: Wed May 1 18:01:43 2024 -0700 rm rust toolchain commit 1cf8c9e Merge: 795f165 550b628 Author: Waylon Jepsen <[email protected]> Date: Wed May 1 17:43:37 2024 -0700 Merge branch 'main' of https://github.com/pluto/ronkathon commit 550b628 Merge: 98bfacb 154306f Author: Waylon Jepsen <[email protected]> Date: Wed May 1 17:37:24 2024 -0700 Merge pull request #12 from pluto/dev_custom_field Add custom field with Plonky3 types commit 154306f Author: devloper <[email protected]> Date: Wed May 1 17:22:56 2024 -0700 Add custom field with Plonky3 types commit 795f165 Author: devloper <[email protected]> Date: Wed May 1 17:22:56 2024 -0700 Update cargo lock commit 006e16b Author: devloper <[email protected]> Date: Wed May 1 17:20:59 2024 -0700 Add custom field on Plonky3 types commit 98bfacb Merge: e744ed4 70b5eda Author: Waylon Jepsen <[email protected]> Date: Wed May 1 13:19:14 2024 -0700 Merge pull request #7 from pluto/review_point_addition Update curve.rs commit 70b5eda Author: Waylon Jepsen <[email protected]> Date: Wed May 1 13:01:13 2024 -0700 fmt commit ae763c1 Author: Waylon Jepsen <[email protected]> Date: Wed May 1 12:59:04 2024 -0700 Update curve.rs comments and review. commit e744ed4 Merge: 520f6ee 37e20a2 Author: Waylon Jepsen <[email protected]> Date: Wed May 1 12:31:27 2024 -0700 Merge pull request #6 from pluto/better_deps clean dependancies commit 37e20a2 Author: Waylon Jepsen <[email protected]> Date: Wed May 1 12:29:45 2024 -0700 clean dependancies commit 520f6ee Author: Colin Roberts <[email protected]> Date: Wed May 1 12:09:58 2024 -0700 curve + point structs (#5) * curve + point structs * Squashed commit of the following: commit 7a7a0db Author: Thor 🪁 <[email protected]> Date: Wed May 1 12:00:43 2024 -0700 plonky3 deps added (#4) * dependencies added * cargo fmt commit 307e995 Merge: d8f688b 344c2bd Author: Thor 🪁 <[email protected]> Date: Wed May 1 11:52:54 2024 -0700 Merge pull request #2 from pluto/dependabot/github_actions/dependabot/fetch-metadata-2 Bump dependabot/fetch-metadata from 1 to 2 commit 344c2bd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed May 1 18:29:21 2024 +0000 Bump dependabot/fetch-metadata from 1 to 2 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v1...v2) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Co-authored-by: Thor Kampefner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
WIP, what do we think?