-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df047e2
commit 75b0b97
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: 'Correctness Proofs of Jasmin Programs: Part 1 - Overview' | ||
date: 2024-10-23T22:15:15+02:00 | ||
draft: false | ||
toc: true | ||
ShowToc: true | ||
TocOpen: false | ||
ShowCodeCopyButtons: true | ||
showbreadcrumbs: true | ||
summary: "This is the first post in a series on how to prove that Jasmin are correct with respect to | ||
a high-level specification written in EasyCrypt." | ||
tags: ['Jasmin', 'EasyCrypt'] | ||
--- | ||
|
||
This is the first post in a series on how to prove that Jasmin programs are correct with respect to | ||
a high-level specification written in EasyCrypt. The examples used in this posts are taken from the | ||
correctness proof of the XMSS signature scheme, which is available | ||
[here](https://github.com/ruipedro16/xmss-jasmin). | ||
|
||
### Overview | ||
|
||
![proof diagram](/posts/images/proof_diagram.png#center) |