Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Autoparallel committed May 2, 2024
1 parent ef853db commit 45f2444
Show file tree
Hide file tree
Showing 26 changed files with 446 additions and 2,071 deletions.
File renamed without changes.
211 changes: 211 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[workspace]
resolver="2"
[package]
authors =["Pluto Authors"]
description="""ronkathon"""
edition ="2021"
license ="Apache2.0 OR MIT"
name ="ronkathon"
repository ="https://github.com/thor314/ronkathon"
version ="0.1.0"

members=["ronkathon", "field", "util"]
[dependencies]
anyhow ="1.0"
p3-field ={ version="0.1.0", git="https://github.com/Plonky3/Plonky3.git" }
itertools ="0.12.0"
serde ={ version="1.0", default-features=false, features=["derive"] }
num-bigint={ version="0.4.3", default-features=false }
File renamed without changes.
6 changes: 3 additions & 3 deletions ronkathon/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</p>

<div align="center">
<a href="https://github.com/thor314/ronkathon/actions">
<!-- ![](https://github.com/thor314/ronkathon/actions/workflows/ci.yml/badge.svg) -->
<img src="https://github.com/thor314/ronkathon/actions/workflows/ci.yml/badge.svg" />
<a href="https://github.com/pluto/ronkathon/actions">
<!-- ![](https://github.com/pluto/ronkathon/actions/workflows/ci.yml/badge.svg) -->
<img src="https://github.com/pluto/ronkathon/actions/workflows/ci.yml/badge.svg" />
</a>
<!-- [![crates.io](https://img.shields.io/crates/v/ronkathon.svg)](https://crates.io/crates/ronkathon) -->
<!-- [![Documentation](https://docs.rs/ronkathon/badge.svg)](https://docs.rs/ronkathon) -->
Expand Down
14 changes: 0 additions & 14 deletions field/Cargo.toml

This file was deleted.

Loading

0 comments on commit 45f2444

Please sign in to comment.