-
Notifications
You must be signed in to change notification settings - Fork 112
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
Conversation
Steps include the application and the verification parts, i.e. the whole program. Therefore it is the "program state".
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Codecov ReportAttention: Patch coverage is
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. |
The next one will be #2982