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

Extraction macros for ProVerif #561

Merged
merged 14 commits into from
Mar 13, 2024
Merged

Conversation

jschneider-bensch
Copy link
Contributor

@jschneider-bensch jschneider-bensch commented Mar 11, 2024

This PR addresses #560, by introducing macros to annotate functions as either needing handwritten models or that they should be extracted as constructors of their return types.

It's a draft at the moment, since it builds on changes in #550.
Fixes #560

@jschneider-bensch jschneider-bensch changed the base branch from main to jonas/more-bertie March 12, 2024 13:55
Base automatically changed from jonas/more-bertie to main March 13, 2024 08:41
@jschneider-bensch jschneider-bensch marked this pull request as ready for review March 13, 2024 09:17
hax-lib-macros/src/lib.rs Outdated Show resolved Hide resolved
hax-lib-macros/types/src/lib.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@W95Psp W95Psp left a comment

Choose a reason for hiding this comment

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

Lgtm :)

@jschneider-bensch jschneider-bensch added this pull request to the merge queue Mar 13, 2024
Merged via the queue into main with commit 63fae3c Mar 13, 2024
11 checks passed
@jschneider-bensch jschneider-bensch deleted the jonas/pv-macros-extract branch March 13, 2024 15:49
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.

[ProVerif] Annotation macros for constructors, handwritten models
2 participants