-
Notifications
You must be signed in to change notification settings - Fork 173
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
docs: add documentation for FriE2F4 operation #1645
base: next
Are you sure you want to change the base?
Conversation
Description: Add comprehensive documentation for the FriE2F4 operation in the core operations module. The documentation includes: - Description of FRI layer folding operation - List of operations performed - Detailed stack transition diagram with input and output states - Explanation of stack overflow table interaction This documentation helps developers better understand the FRI protocol implementation in the Miden VM and improves code maintainability.
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.
Left a few nits.
Could you also rebase this on top of the latest next
branch?
@plafer Done |
@VolodymyrBg I just noticed that I don't recall exactly what you had initially, but basically something along the lines of this should work (even copy/paste). |
@plafer |
Yes that works |
@plafer should i correct the file again? |
Description:
Add comprehensive documentation for the FriE2F4 operation in the core operations module. The documentation includes:
This documentation helps developers better understand the FRI protocol implementation in the Miden VM and improves code maintainability.