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

Add frame bit to encryption method #1704

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Add frame bit to encryption method #1704

wants to merge 6 commits into from

Conversation

Trivo25
Copy link
Member

@Trivo25 Trivo25 commented Jun 26, 2024

This PR introduces a naive frame bit to the encrypt and decrypt method. The last message block is marked by an additional 1

@@ -739,8 +739,7 @@ class Sum {
function assertLessThan(x: Field3, y: bigint | Field3) {
let y_ = Field3.from(y);

// constant case

// constant case, y = constant, x = constant
Copy link
Member Author

Choose a reason for hiding this comment

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

this is just a left over recommendation to adjust the comments as well

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.

None yet

1 participant