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

Arrabiata: introduce trait ArrabiataCurve to englobe all data a curve must implement to be used with Arrabiata #2719

Merged
merged 7 commits into from
Dec 19, 2024

Conversation

dannywillems
Copy link
Member

No description provided.

Copy link

codecov bot commented Oct 17, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 37 lines in your changes missing coverage. Please review.

Project coverage is 71.94%. Comparing base (00a6119) to head (ef5a1dc).
Report is 38 commits behind head on master.

Files with missing lines Patch % Lines
arrabbiata/src/curve.rs 24.00% 19 Missing ⚠️
arrabbiata/src/constraints.rs 58.33% 5 Missing ⚠️
arrabbiata/src/witness.rs 61.53% 5 Missing ⚠️
arrabbiata/src/interpreter.rs 77.77% 4 Missing ⚠️
arrabbiata/src/main.rs 0.00% 2 Missing ⚠️
arrabbiata/src/prover.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2719      +/-   ##
==========================================
- Coverage   72.10%   71.94%   -0.16%     
==========================================
  Files         257      258       +1     
  Lines       61154    60891     -263     
==========================================
- Hits        44094    43810     -284     
- Misses      17060    17081      +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dannywillems dannywillems force-pushed the dw/mvpoly-arrabiata-convert-into branch from 4b0fd17 to 1e9e66c Compare October 28, 2024 14:44
@dannywillems dannywillems force-pushed the dw/arrabiata-curve-trait branch from bc7eeb2 to a7524e7 Compare October 28, 2024 14:47

/// Represents additional information that a curve needs in order to be used
/// with Arrabiata.
pub trait ArrabiataCurve: CommitmentCurve + EndoCurve {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it necessarry to introduce another trait ?
I don't see anything that isn't in KimchiCurve
(Which is not a surprise, as both Kimchi and Arrabiata use a cycle of curve for plonk verification operations)

@dannywillems dannywillems force-pushed the dw/mvpoly-arrabiata-convert-into branch 2 times, most recently from 44f7e95 to 2f3661d Compare December 11, 2024 13:32
@dannywillems dannywillems force-pushed the dw/mvpoly-arrabiata-convert-into branch 6 times, most recently from b6a4e54 to 00a6119 Compare December 18, 2024 19:55
@dannywillems dannywillems force-pushed the dw/arrabiata-curve-trait branch from a7524e7 to fd36b40 Compare December 19, 2024 10:17
Base automatically changed from dw/mvpoly-arrabiata-convert-into to master December 19, 2024 11:11
@dannywillems dannywillems merged commit 163ff27 into master Dec 19, 2024
7 of 8 checks passed
@dannywillems dannywillems deleted the dw/arrabiata-curve-trait branch December 19, 2024 11:11
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