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

Update index.md #3

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions content/posts/hax-v0-1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,12 @@ mutation. Such constraints are ensured statically, reducing
opportunities for bugs.

This typed phase design allows us to target heterogeneous languages:
for instance, an upcoming backend targets
[EasyCrypt](mhttps://github.com/EasyCrypt/easycrypt) which uses an
imperative style quite different from F\* and Coq.
for instance, we already support a backend in the imperative language of the [SSProve](https://github.com/SSProve/) Coq library.
This comes with an [automatic proof](https://eprint.iacr.org/2023/185) that it is equivalent to the functional interpretation.
This can be seen as a case-by-case correctness proof of hax.

This design can be used as a template for the upcoming backend which targets the imperative language of
[EasyCrypt](mhttps://github.com/EasyCrypt/easycrypt).

# Usage

Expand Down