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

Arrabbiata: prepare the primitives to absorb the state after committing to it #2983

Merged
merged 6 commits into from
Jan 30, 2025

Conversation

dannywillems
Copy link
Member

The next one will be #2982

pub previous_hash: [u128; 2],
/// The digest of the last program state, including the cross-terms
/// commitments.
/// The value is a 128 bits value, to be absorbed to initialize the sponge
Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure yet about this. I will see later. It is mostly to initialize the sponge state when absorbing the commitments to the state in the next PR.

Copy link
Member Author

@dannywillems dannywillems Jan 30, 2025

Choose a reason for hiding this comment

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

This has been changed here

Base automatically changed from arrabbiata/use-curve-instead-of-field to master January 30, 2025 16:50
Copy link

codecov bot commented Jan 30, 2025

Codecov Report

Attention: Patch coverage is 2.85714% with 34 lines in your changes missing coverage. Please review.

Project coverage is 76.80%. Comparing base (a88fc63) to head (51266d7).
Report is 13 commits behind head on master.

Files with missing lines Patch % Lines
arrabbiata/src/curve.rs 0.00% 34 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2983      +/-   ##
==========================================
- Coverage   76.84%   76.80%   -0.05%     
==========================================
  Files         261      261              
  Lines       61370    61404      +34     
==========================================
- Hits        47161    47159       -2     
- Misses      14209    14245      +36     

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

@dannywillems dannywillems merged commit 563901a into master Jan 30, 2025
12 of 13 checks passed
@dannywillems dannywillems deleted the dw/prepare-absorb-state branch January 30, 2025 17:39
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