Skip to content
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 3 commits into from
May 1, 2024
Merged

curve + point structs #5

merged 3 commits into from
May 1, 2024

Conversation

Autoparallel
Copy link
Contributor

WIP, what do we think?

Autoparallel and others added 3 commits May 1, 2024 12:02
commit 7a7a0db
Author: Thor 🪁 <7041313+thor314@users.noreply.github.com>
Date:   Wed May 1 12:00:43 2024 -0700

    plonky3 deps added (#4)

    * dependencies added

    * cargo fmt

commit 307e995
Merge: d8f688b 344c2bd
Author: Thor 🪁 <7041313+thor314@users.noreply.github.com>
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] <support@github.com>
@thor314 thor314 merged commit 520f6ee into main May 1, 2024
4 checks passed
Autoparallel added a commit that referenced this pull request May 2, 2024
commit 358e780
Author: Thor Kampefner <thorck@pm.me>
Date:   Wed May 1 18:12:31 2024 -0700

    ronkathon svg

commit be43441
Author: devloper <devloper@users.noreply.github.com>
Date:   Wed May 1 18:11:08 2024 -0700

    Fix modular arithmetic (#13)

    * Fix modular arithmetic

    * cargo f

    ---------

    Co-authored-by: devloper <3347622+devloper@users.noreply.github.com>
    Co-authored-by: Thor Kampefner <thorck@pm.me>

commit 218098c
Author: Thor Kampefner <thorck@pm.me>
Date:   Wed May 1 18:01:43 2024 -0700

    rm rust toolchain

commit 1cf8c9e
Merge: 795f165 550b628
Author: Waylon Jepsen <57912727+0xJepsen@users.noreply.github.com>
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 <57912727+0xJepsen@users.noreply.github.com>
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 <3347622+devloper@users.noreply.github.com>
Date:   Wed May 1 17:22:56 2024 -0700

    Add custom field with Plonky3 types

commit 795f165
Author: devloper <3347622+devloper@users.noreply.github.com>
Date:   Wed May 1 17:22:56 2024 -0700

    Update cargo lock

commit 006e16b
Author: devloper <3347622+devloper@users.noreply.github.com>
Date:   Wed May 1 17:20:59 2024 -0700

    Add custom field on Plonky3 types

commit 98bfacb
Merge: e744ed4 70b5eda
Author: Waylon Jepsen <57912727+0xJepsen@users.noreply.github.com>
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 <57912727+0xJepsen@users.noreply.github.com>
Date:   Wed May 1 13:01:13 2024 -0700

    fmt

commit ae763c1
Author: Waylon Jepsen <57912727+0xJepsen@users.noreply.github.com>
Date:   Wed May 1 12:59:04 2024 -0700

    Update curve.rs

    comments and review.

commit e744ed4
Merge: 520f6ee 37e20a2
Author: Waylon Jepsen <57912727+0xJepsen@users.noreply.github.com>
Date:   Wed May 1 12:31:27 2024 -0700

    Merge pull request #6 from pluto/better_deps

    clean dependancies

commit 37e20a2
Author: Waylon Jepsen <57912727+0xJepsen@users.noreply.github.com>
Date:   Wed May 1 12:29:45 2024 -0700

    clean dependancies

commit 520f6ee
Author: Colin Roberts <colin@autoparallel.xyz>
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 🪁 <7041313+thor314@users.noreply.github.com>
    Date:   Wed May 1 12:00:43 2024 -0700

        plonky3 deps added (#4)

        * dependencies added

        * cargo fmt

    commit 307e995
    Merge: d8f688b 344c2bd
    Author: Thor 🪁 <7041313+thor314@users.noreply.github.com>
    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] <support@github.com>

    ---------

    Co-authored-by: Thor Kampefner <thorck@pm.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants