Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 707 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 707 Bytes

Public-key cryptography notes

Notes (in italian) for the undergraduate Public-key cryptography course (CR410 - Crittografia a chiave pubblica) at University of Roma Tre, academic year 2016/2017.

The pdf file is available in the Releases.

Manual build

The notes are compiled via latexmk with the custom class edoars-notes.cls found in this repository as a submodule. You will need to have an up-to-date distribution of LaTeX and the Latexmk utility.

First clone the repository and submodules:

git clone --recurse-submodules https://github.com/edoars/public-key-crypto-notes

Then build the notes with make:

make all

The latex document will be compiled into main.pdf.