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: add c api for proving sumcheck (PROOF-913) #245

Merged
merged 40 commits into from
Feb 14, 2025
Merged

feat: add c api for proving sumcheck (PROOF-913) #245

merged 40 commits into from
Feb 14, 2025

Conversation

rnburn
Copy link
Collaborator

@rnburn rnburn commented Feb 12, 2025

Rationale for this change

Add C API for generating sumcheck proofs.

What changes are included in this PR?

Extend blitzar_api.h with a new function sxt_prove_sumcheck for creating sumcheck proofs.

Are these changes tested?

Yes.

@rnburn rnburn marked this pull request as draft February 12, 2025 17:48
@rnburn rnburn marked this pull request as ready for review February 14, 2025 00:47
using namespace sxt;
using s25t::operator""_s25;

TEST_CASE("todo") {
Copy link
Collaborator

Choose a reason for hiding this comment

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

The TEST_CASE name is still "todo".

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed. Thank you.


using namespace sxt;

TEST_CASE("todo") {}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just double checking if you wanted to add tests with this PR, or is this a placeholder for future tests?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added a test. Thank you.

@rnburn rnburn merged commit 0e59204 into main Feb 14, 2025
8 checks passed
@rnburn rnburn deleted the c-PROOF-913 branch February 14, 2025 19:57
@SxT-Release
Copy link

🎉 This PR is included in version 1.109.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants