This commit is contained in:
2023-02-10 11:44:11 +01:00
parent c351768195
commit 94b0368842
7 changed files with 20 additions and 2 deletions

124
thesis/Abschlussarbeit.tex Normal file
View File

@@ -0,0 +1,124 @@
\documentclass[
a4paper,
11pt,
BCOR=6mm,
footsepline,
plainfootsepline,
DIV=12,
listof=totoc,
]{scrartcl}
\usepackage{thesisstyle}
\begin{document}
\include{macros.tex}
\thispagestyle{empty}
\begin{center}
\textbf{\huge{\vspace{3em}\\
A formal Security Analysis of the EdDSA Signature Scheme
\vspace{3mm}
}}
\end{center}
\vspace{4em}
\begin{figure}[h]
\centering
\includegraphics{Logo_RUB_BLAU_4c}
\end{figure}
\vspace{4em}
\begin{center}\textbf{
{\Large{Ruhr-Universität Bochum\\}}
\vspace{2em}
{\large{Fakultät für Mathematik\\
\vspace{1em}
Lehrstuhl für Kryptographie}}\\
}
\vspace{8em}
{\Large{\textbf{
Masterarbeit
}}}\\
\vspace{1em}
{\textbf{von}}\\
\vspace{1em}
{\large\textbf{
Aaron Kaiser
}}\\
\end{center}
\newpage
\thispagestyle{empty} \newpage\
\thispagestyle{empty} \newpage\
\begin{abstract}
abstract
\end{abstract}
\newpage
\thispagestyle{empty} \newpage\
\thispagestyle{empty} \newpage\
\tableofcontents %Inhaltsverzeichnis
\thispagestyle{empty} \newpage\
\thispagestyle{empty} \newpage\
%Hauptteil der Arbeit
\section{}
\subsection{}
\newpage
\addcontentsline{toc}{section}{References}
% \bibliography{}
\newpage\
\newpage\
\section*{Ehrenwörtliche Erklärung}
\selectlanguage{ngerman}
\addcontentsline{toc}{section}{Ehrenwörtliche Erklärung}
\noindent
Hiermit versichere ich,
%Name
wohnhaft
%Adresse
dass ich die vorliegende Arbeit selbstständig verfasst und keine anderen als die angegebenen Quellen und Hilfsmittel benutzt habe,
dass alle Stellen der Arbeit, die wörtlich oder sinngemäß aus anderen Quellen übernommen wurden, als solche kenntlich gemacht sind und dass die Arbeit in gleicher
oder ähnlicher Form noch keiner Prüfungsbehörde vorgelegt wurde.
\vspace{4\baselineskip}
\noindent
%Ort
\today\hspace{5.19625cm}\underline{\hspace{5.9cm}}\\
\phantom{\hspace{11.5cm}}{\small{
%Name
}}
\newpage\
\thispagestyle{empty}
\end{document}

5371
thesis/Logo_RUB_BLAU_4c.eps Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

0
thesis/macros.tex Normal file
View File

35
thesis/thesisstyle.sty Normal file
View File

@@ -0,0 +1,35 @@
\usepackage[utf8]{inputenc}
\usepackage{amsthm,amsmath,amssymb,amsfonts,amscd}
\usepackage[shortlabels]{enumitem}
\usepackage{latexsym}
\usepackage{fullpage}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{braket}
\usepackage{algorithm2e}
\usepackage{cancel}
\usepackage[normalem]{ulem}
\usepackage{url}
\usepackage{scrlayer-scrpage}
\usepackage{graphicx}
\usepackage{cite}
\usepackage{booktabs}
\usepackage[ngerman,english]{babel}
\pagestyle{scrheadings}
\clearscrplain
\clearscrheadings
\ofoot[\pagemark]{\pagemark}
\flushbottom
\renewcommand{\theequation}{\thesection.\arabic{equation}}
\newtheorem{Theorem}[equation]{Theorem}
\newtheorem{Definition}[equation]{Definition}
\newtheorem{Proposition}[equation]{Proposition}
\newtheorem{Remark}[equation]{Remark}
\newtheorem{Example}[equation]{Example}
\newtheorem{Construction}[equation]{Construction}
\newtheorem{Lemma}[equation]{Lemma}
\newtheorem{Corollary}[equation]{Corollary}