This repository contains the LaTeX source code and related materials for my Bachelor of Science thesis in Computer Science at Paderborn University.
- Title: Limitations of the Random Oracle Model
- Author: Moritz Hölting
- Degree: Bachelor of Science (Computer Science)
- University: Paderborn University
- Faculty: Fakultät für Elektrotechnik, Informatik und Mathematik
- Department: Arbeitsgruppe Codes und Kryptographie
- Language: English
.
├── proposal/ # Thesis proposal (LaTeX source)
├── opening-presentation/ # Opening presentation slides (LaTeX/Beamer source)
├── thesis/ # Thesis (LaTeX source)
├── final-presentation/ # Final presentation slides (LaTeX/Beamer source)
├── Justfile # Build commands and workflows
└── README.md
Compiled PDFs are not tracked in the repository but are uploaded separately under the Releases section.
This project uses just as a command runner to simplify LaTeX builds.
When having nix installed, all documents can be built by running nix build or individual documents with nix build .#thesis without having to install anything.
- A LaTeX distribution (e.g., TeX Live, MiKTeX)
justcommand runner
Navigate into the desired subdirectory (e.g., thesis/) and run:
just buildTo list available commands:
just --listAll output files (e.g., .pdf, .aux, .log) are excluded from version control. Final PDFs can be downloaded from the Releases page.