Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edoars/public-key-crypto-notes
LaTeX notes (in italian) for the undergraduate Public-key Cryptography course at University of Roma Tre
https://github.com/edoars/public-key-crypto-notes
cryptography latex-notes math notes public-key-cryptography
Last synced: 13 days ago
JSON representation
LaTeX notes (in italian) for the undergraduate Public-key Cryptography course at University of Roma Tre
- Host: GitHub
- URL: https://github.com/edoars/public-key-crypto-notes
- Owner: edoars
- License: mit
- Created: 2022-09-04T14:06:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T14:06:51.000Z (about 2 years ago)
- Last Synced: 2024-04-24T03:48:55.364Z (7 months ago)
- Topics: cryptography, latex-notes, math, notes, public-key-cryptography
- Language: TeX
- Homepage:
- Size: 453 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
``` sh
git clone --recurse-submodules https://github.com/edoars/public-key-crypto-notes
```Then build the notes with `make`:
``` sh
make all
```The latex document will be compiled into `main.pdf`.