-
Notifications
You must be signed in to change notification settings - Fork 105
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
Use formal modeling/verification to test or prove the correctness of core algorithms #378
Comments
I left a comment about our need for alternative targets here: model-checking/kani#2402 (comment) |
joshlf
changed the title
Use formal modeling to test or prove the correctness of core algorithms
Use formal modeling/verification to test or prove the correctness of core algorithms
Sep 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While zerocopy is conceptually complex, the amount of code that executes in order to perform a particular operation is often very small. This makes it a perfect target for formal modeling and verification techniques.
This issue tracks testing or proving the correctness of our core algorithms using these tools.
Currently, we use formal modeling or verification in the following places (TODO: better way to keep this list up-to-date automatically?):
The text was updated successfully, but these errors were encountered: