[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-donau] branch master updated: add overview picture
From: |
gnunet |
Subject: |
[taler-donau] branch master updated: add overview picture |
Date: |
Sat, 30 Sep 2023 12:37:39 +0200 |
This is an automated email from the git hooks/post-receive script.
lukas-matyja pushed a commit to branch master
in repository donau.
The following commit(s) were added to refs/heads/master by this push:
new cea06e6 add overview picture
cea06e6 is described below
commit cea06e693a4b840193f9beb0224c03ee26323dd3
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Sat Sep 30 12:37:17 2023 +0200
add overview picture
---
doc/flows/images/overview.png | Bin 0 -> 61618 bytes
doc/flows/main.tex | 6 +++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/flows/images/overview.png b/doc/flows/images/overview.png
new file mode 100644
index 0000000..5e1d966
Binary files /dev/null and b/doc/flows/images/overview.png differ
diff --git a/doc/flows/main.tex b/doc/flows/main.tex
index b4515ad..0c50b72 100644
--- 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.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-donau] branch master updated: add overview picture,
gnunet <=