add a fair warning to README.md

This commit is contained in:
Dan Frumin 2019-06-14 19:52:10 +02:00
parent 4dd4e4f383
commit 517748db8a
1 changed files with 6 additions and 1 deletions

View File

@ -2,4 +2,9 @@ Formalisation of ["Noninterference, Transitivity, and Channel-Control Security P
Requires [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp). Requires [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp).
The proofs are in `Rushby.v`. The proofs are in `Rushby.v` and one instantiation is in `ArrayMachine.v`.
BEWARE!!! I wrote this formalization when I started my PhD, and I
didn't know much about (idiomatic) Coq back then. As a result, the
code is quite shitty.