Added references
This commit is contained in:
@@ -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
19
thesis/citation.bib
Normal 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},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user