Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonc9018/uni_cryptoprotocols
https://github.com/antonc9018/uni_cryptoprotocols
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonc9018/uni_cryptoprotocols
- Owner: AntonC9018
- License: mit
- Created: 2021-09-25T16:42:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T15:35:30.000Z (about 3 years ago)
- Last Synced: 2024-11-17T12:45:51.534Z (2 months ago)
- Language: D
- Size: 479 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptographic Protocols
This repository contains assignments, implemented as part of the course **Cryptographic Protocols**.
See explanatory markdown documents for each of the assignments in the `doc` folder. Assignments are all in *Romanian*.
> The markdown files use [tex math formulas, which won't show on github](https://stackoverflow.com/questions/11256433/how-to-show-math-equations-in-general-githubs-markdownnot-githubs-blog). To see formulas, you will either have to convert markdown to html or pdf, with [`MathJax`](https://www.mathjax.org/) enabled, or find the compiled pdf's [on my google drive](https://drive.google.com/drive/folders/1Rs0-qy6ivSDuHh5JadrP4Ta4YDhuVRiC).
PR's with grammar corrections, bug fixes, improvement suggestions or translations are very welcome.
Leave a star as a way to say "Thank you". Enjoy!
## Build instructions
1. `git clone https://github.com/AntonC9018/uni_cryptoprotocols`
2. Install DMD from [here](https://dlang.org/download.html). Be sure to add D binaries in path (you'll be asked on installation).
3. To run a specific lab, do `dub --config=labX`, where X is the number of the lab.
4. To run tests, do `dub --config=labX --build=unittest`.## Debugging
Also you can build and run in VSCode by hitting F5.
- For this though you will need to install the [C/C++ extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools).
- To be able to set breakpoints, enable the setting "Allow breakpoints everywhere".
- Select which lab to run by modifying `.vscode/settings.json`.