-
Notifications
You must be signed in to change notification settings - Fork 143
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 more theorems and constants #1375
Conversation
Hi, You should first fix CI tests of other builds and handle OT builds at last. From the latest CI test results I think your removal of previous assumption 32 is not right:
Besides, even the goal doesn't show up as part of the generated My understanding is that, these extra proofs are those needed by core theories beyond |
I've reverted that change. How would you recommend to proceed now? |
Maybe we're done? all the CI checks pass |
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.
Looks good. Please think about suggestions.
The fix is good. But it seems that the newly added
I suggest removing the above redundant theorem (maybe you can consider using its shorter proof for P. S. previous this bridging theorem didn't show up in the generated |
Thanks for the feedback! I followed this suggestion. |
At a high level, this PR includes:
bool_to_bit
chunks
including a tail-recursive versiondropWhile
word_to_bin_list
/word_from_bin_list
-- operating on words as a list of bitsBITWISE
etc. mostly in service of the aboveThese theorems were produced as part of an upcoming improvement to cv evaluation of
Keccak_256