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

CI: test EasyCrypt extraction #260

Merged
merged 5 commits into from
Oct 3, 2022
Merged

CI: test EasyCrypt extraction #260

merged 5 commits into from
Oct 3, 2022

Conversation

vbgl
Copy link
Member

@vbgl vbgl commented Sep 30, 2022

Fixes #104
Fixes #136

@vbgl vbgl added CI continuous integration EasyCrypt extraction and model labels Sep 30, 2022
@vbgl vbgl force-pushed the test-ec-extraction branch from 1fb0d41 to bb70ce2 Compare September 30, 2022 09:47
@eponier
Copy link
Contributor

eponier commented Sep 30, 2022

What is the purpose of the 1st commit?

@vbgl
Copy link
Member Author

vbgl commented Sep 30, 2022

Test more things! (without listing them all explicitly)

@eponier
Copy link
Contributor

eponier commented Oct 3, 2022

What is the meaning of !? And why turn some functions inline?

@vbgl
Copy link
Member Author

vbgl commented Oct 3, 2022

! is for recursion into sub-directory.

Functions that are just proof artifacts, intermediate programs to build an equivalence proof with hops, are not meant to be compiled: marking them inline prevents the compiler to attempt at compiling them down to assembly; yet they are included in the test-suite for type-checking and extraction to EC.

Copy link
Contributor

@eponier eponier left a comment

Choose a reason for hiding this comment

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

Nice!

@eponier eponier merged commit 775d934 into main Oct 3, 2022
@eponier eponier deleted the test-ec-extraction branch October 3, 2022 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI continuous integration EasyCrypt extraction and model
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test the extraction to EasyCrypt EasyCrypt in Jasmin's CI
2 participants