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

Organize helper functions #165

Closed
wants to merge 3 commits into from
Closed

Conversation

stefan-nikolov96
Copy link
Contributor

Reorganize utils.circom into a ./utils folder and
-move helper function from is_valid_merke_branch.circom and include it from utils

@EmilIvanichkovv
Copy link
Contributor

commit messages 😅


out <== IsEqual()([N, counter]);
}
}
Copy link
Contributor

@EmilIvanichkovv EmilIvanichkovv Jun 22, 2023

Choose a reason for hiding this comment

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

Add one more line at the end of the file. You can turn on Insert Final Newline VSCode setting.

signal input remainder;

dividend === divisor * quotient + remainder;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Ditto

@stefan-nikolov96 stefan-nikolov96 deleted the organize_helper_functions branch June 22, 2023 11:04
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