OpenSecEd / protocols

A learning module on protocols and formal verification
1 stars 0 forks source link

Module: Secure Protocols and Formal Verification (protocols)

This is a learning module on Secure Protocols and Formal Verification. Its aim is to give the students an understanding of what formal verification is, its uses and limitations in security.

To contribute, please fork the repository, make your changes, commit them and then create a pull request in the original repository.

File Structure and Building

To build the PDFs, after cloning the repository you must clone its required submodules:

$ git submodule update --recursive --init

Then you can go into the directory of interest and run make. The source files are structured as follows:

You can run make all in the root of the repository to recursively build everything.