commit cea06e693a4b840193f9beb0224c03ee26323dd3
parent 9e20ea9c05d91808523d76e4d1c773193869ac00
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Sat, 30 Sep 2023 12:37:17 +0200
add overview picture
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/flows/images/overview.png b/doc/flows/images/overview.png
Binary files differ.
diff --git a/doc/flows/main.tex b/doc/flows/main.tex
@@ -5,6 +5,7 @@
\usepackage{amsmath,amssymb}
\usepackage{parskip}
\usepackage{graphicx}
+\graphicspath{ {./images/} }
% Margins
\usepackage[top=1.5cm, left=2cm, right=1.5cm, bottom=3.0cm]{geometry}
@@ -37,7 +38,10 @@ The nonce is used to uniquely distinguish receipts of the same value ("create a
% TODO example
\section{Overview}
-% TODO Insert DONAU overview.png
+\includegraphics[width=\textwidth]{overview}
+
+\subsection{Step 0: Setup}
+
\subsection{Step 1: Donor donates to charity}
To donate 3 Euros the donor has to generate 2 coins (a 1 Euro and 2 Euro coin). The donor generates messages $M_1$ and $M_2$ which include a salted hash of the tax number and a NONCE.