mirror of
https://github.com/MAGICGrants/MoneroAna.git
synced 2026-01-08 04:23:54 -05:00
62 lines
1010 B
TeX
62 lines
1010 B
TeX
\documentclass[prc, 12pt]{revtex4-1}
|
|
\usepackage{amsfonts}
|
|
\usepackage{epsfig}
|
|
\usepackage{graphicx}
|
|
\graphicspath{ {./images/} }
|
|
\usepackage{xcolor}
|
|
\usepackage{subfigure}
|
|
\usepackage{lineno}
|
|
\usepackage{rotating}
|
|
\usepackage[title]{appendix}
|
|
\linenumbers
|
|
|
|
\usepackage{glossaries}
|
|
|
|
\input{snippets/glossary.tex}
|
|
\makenoidxglossaries
|
|
|
|
\begin{document}
|
|
\topmargin=.05in
|
|
|
|
\title{Report Update July-August 2023; Epistemology of Decoy Systems; Probing the Attacks on the Privacy of the Monero Blockchain}
|
|
\author{Nathan Borggren}
|
|
\affiliation{CompDec}
|
|
\date{\today}
|
|
|
|
\begin{abstract}
|
|
|
|
\end{abstract}
|
|
|
|
\maketitle{}
|
|
|
|
\tableofcontents
|
|
|
|
\input{snippets/introduction}
|
|
|
|
\input{snippets/value}
|
|
|
|
Check \gls{EAE} and \gls{TDA} \gls{rct}
|
|
|
|
\input{snippets/fits.tex}
|
|
|
|
\input{snippets/RingTDA}
|
|
|
|
\input{snippets/probTDA}
|
|
|
|
\input{snippets/EAE}
|
|
|
|
\input{snippets/software.tex}
|
|
|
|
\input{snippets/notations.tex}
|
|
|
|
|
|
\printnoidxglossaries
|
|
|
|
\bibliography{monero}
|
|
\bibliographystyle{unsrtnat}
|
|
|
|
|
|
|
|
\end{document}
|
|
|