-
Notifications
You must be signed in to change notification settings - Fork 47
NonZero (rotate_left, rotate_right, max, min, clamp, count_ones, cmp) Proofs #202
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NonZero (rotate_left, rotate_right, max, min, clamp, count_ones, cmp) Proofs #202
Conversation
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.
Thank you for all the updates!
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.
Instead of having a module for each function, can you move all of these harnesses inside of mod verify?
Done! All in mod verify now |
367d8ff
Working on #71 (Safety of NonZero)
We are looking for feedback on our proof for rotate_left & rotate_right.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.