Added references

This commit is contained in:
2023-02-16 16:04:59 +01:00
parent aaf806d31c
commit 90e2efa7ee
2 changed files with 25 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ listof=totoc,
\begin{document} \begin{document}
\include{macros.tex} \include{macros.tex}
\include{citation.bib}
\thispagestyle{empty} \thispagestyle{empty}
@@ -76,7 +77,9 @@ abstract
%Hauptteil der Arbeit %Hauptteil der Arbeit
\section{} \section{Introduction}
\cite{brendel_provable_2021}
\subsection{} \subsection{}
@@ -84,8 +87,8 @@ abstract
\newpage \newpage
\addcontentsline{toc}{section}{References} \addcontentsline{toc}{section}{References}
% \bibliography{} \bibliographystyle{ieeetr}
\bibliography{cryptobib/crypto.bib,citation.bib}
\newpage\ \newpage\

19
thesis/citation.bib Normal file
View File

@@ -0,0 +1,19 @@
@inproceedings{brendel_provable_2021,
address = {San Francisco, CA, USA},
title = {The {Provable} {Security} of {Ed25519}: {Theory} and {Practice}},
isbn = {978-1-72818-934-5},
shorttitle = {The {Provable} {Security} of {Ed25519}},
url = {https://ieeexplore.ieee.org/document/9519456/},
doi = {10.1109/SP40001.2021.00042},
abstract = {A standard requirement for a signature scheme is that it is existentially unforgeable under chosen message attacks (EUF-CMA), alongside other properties of interest such as strong unforgeability (SUF-CMA), and resilience against key substitution attacks.},
language = {en},
urldate = {2023-02-16},
booktitle = {2021 {IEEE} {Symposium} on {Security} and {Privacy} ({SP})},
publisher = {IEEE},
author = {Brendel, Jacqueline and Cremers, Cas and Jackson, Dennis and Zhao, Mang},
month = may,
year = {2021},
pages = {1659--1676},
file = {Brendel et al. - 2021 - The Provable Security of Ed25519 Theory and Pract.pdf:/home/rixxc/Zotero/storage/6I9NJFIX/Brendel et al. - 2021 - The Provable Security of Ed25519 Theory and Pract.pdf:application/pdf},
}