Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1 KB

File metadata and controls

22 lines (13 loc) · 1 KB

Journey Beyond Full Abstraction: Exploring Robust Property Preservation for Secure Compilation

This repository contains the Coq development of the paper:

Entry points

The best entry point for this work is the appendix of the paper above, which includes direct pointers to various Coq and text files.

Prerequisites for the Coq proofs

The Coq development is known to work with Coq v8.7.X, v8.8.X, and v8.9.0, but it has very few dependencies, so it will likely work with other versions as well.

Replaying the Coq proofs

$ make -j4

License

This Coq development is licensed under the Apache License, Version 2.0 (see LICENSE)