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

feat: enable rust binding for TwoAdicFriPcs::Open() #529

Merged
merged 25 commits into from
Sep 3, 2024

Conversation

chokobole
Copy link
Contributor

Description

This PR enables rust binding for TwoAdicFriPcs::Open().

@chokobole chokobole force-pushed the feat/enable-rust-binding-for-two-adic-fri-pcs-open branch 8 times, most recently from 748be00 to 6e67fb2 Compare September 1, 2024 07:21
Copy link
Contributor

@GideokKim GideokKim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I would suggest unifying the case of the C API in the commit messages to make it consistent.

7eb917c
3940b3c
25e9d94

@chokobole chokobole force-pushed the feat/enable-rust-binding-for-two-adic-fri-pcs-open branch from 6e67fb2 to b355f40 Compare September 2, 2024 07:53
@chokobole chokobole force-pushed the feat/enable-rust-binding-for-two-adic-fri-pcs-open branch from b355f40 to 75b16e7 Compare September 2, 2024 07:58
Copy link
Contributor

@fakedev9999 fakedev9999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@dongchangYoo dongchangYoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chokobole chokobole force-pushed the feat/enable-rust-binding-for-two-adic-fri-pcs-open branch 3 times, most recently from 9458040 to d444758 Compare September 3, 2024 06:30
Copy link
Contributor

@batzor batzor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ashjeong ashjeong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5b2c5b0
Fix typo of “OpendValues” -> “OpenedValues”

9102934
Fix typo of “OpeingPoints” -> “OpeningPoints”

98fe214
Nitpicky, but can you change the commit title to “…to static”?

5d70ca1
Commit title = “…search count” -> “search counts”

tachyon/c/zk/air/sp1/baby_bear_poseidon2_opened_values.h Outdated Show resolved Hide resolved
tachyon/c/zk/air/sp1/baby_bear_poseidon2_opened_values.h Outdated Show resolved Hide resolved
tachyon/c/zk/air/sp1/baby_bear_poseidon2_opened_values.h Outdated Show resolved Hide resolved
tachyon/c/zk/air/sp1/baby_bear_poseidon2_opened_values.h Outdated Show resolved Hide resolved
This utility is helpful for debugging the `OpenedValues` which is an
argument of the method `TwoAdicFriPCS::CreateOpeningProof()`
This c API addition introduces support for a 4-dimensional vector of
`math::BabyBear4`, aliased as `OpenedValues`. It is used as the return
value for `TwoAdicFriPCS::Open()`.
@chokobole chokobole force-pushed the feat/enable-rust-binding-for-two-adic-fri-pcs-open branch from d444758 to ca456b0 Compare September 3, 2024 07:59
@chokobole chokobole force-pushed the feat/enable-rust-binding-for-two-adic-fri-pcs-open branch from ca456b0 to 12388a0 Compare September 3, 2024 08:08
Copy link
Contributor

@ashjeong ashjeong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chokobole chokobole merged commit e72fd3e into main Sep 3, 2024
7 checks passed
@chokobole chokobole deleted the feat/enable-rust-binding-for-two-adic-fri-pcs-open branch September 3, 2024 08:53
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.

6 participants