-
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
Matteo Busi
committed
Nov 16, 2020
1 parent
5e3f761
commit 8da1a4c
Showing
2 changed files
with
50 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,43 @@ | ||
.*.aux | ||
.*.d | ||
*.a | ||
*.cma | ||
*.cmi | ||
*.cmo | ||
*.cmx | ||
*.cmxa | ||
*.cmxs | ||
*.glob | ||
*.ml.d | ||
*.ml4.d | ||
*.mli.d | ||
*.mllib.d | ||
*.mlpack.d | ||
*.native | ||
*.o | ||
*.v.d | ||
*.vio | ||
*.vo | ||
*.vok | ||
*.vos | ||
.coq-native/ | ||
.csdp.cache | ||
.lia.cache | ||
.nia.cache | ||
.nlia.cache | ||
.nra.cache | ||
csdp.cache | ||
lia.cache | ||
nia.cache | ||
nlia.cache | ||
nra.cache | ||
|
||
# generated timing files | ||
*.timing.diff | ||
*.v.after-timing | ||
*.v.before-timing | ||
*.v.timing | ||
time-of-build-after.log | ||
time-of-build-before.log | ||
time-of-build-both.log | ||
time-of-build-pretty.log |
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,7 @@ | ||
# Secure Translation Validation | ||
|
||
Work in progress repository for the Secure Translation Validation framework, originally presented in: | ||
|
||
[Matteo Busi, Pierpaolo Degano and Letterio Galletta, Translation Validation for Security Properties, presented at PriSC'19.](https://arxiv.org/abs/1901.05082) | ||
|
||
|