commit 703c8cfa8f835ca4fa956f3f71b05502fb658d5c parent ff04c38deb442563720129d06a8413e96318dae7 Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch> Date: Thu, 30 May 2024 18:05:47 +0200 doc background Diffstat:
5 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/doc/thesis/chapters/background/taler.tex b/doc/thesis/chapters/background/taler.tex @@ -1 +1,9 @@ \section{GNU Taler} +GNU Taler is an open protocol for electronic payment system using blind signatures to protect the privacy of the customer. +One key component of the GNU Taler payment system is the exchange which is responsible for exchanging existing money into electronic money. Customers can retrieve funds from the exchange to make anonymous payments. The merchant is not anonymous and thus can not hide the income. This helps to avoid tax evasion and money laundering \cite{taler}. + +%... +In GNU Taler, the value of a coin are represented as a denomination, which contains the unit of currency and the face value of the given coin. Each denomination contains a cryptographic public key used by the exchange to verify the denomination. + +%...maybe not in background but intro +The Donau is based on the exchange and requires some of its parts to function. The concept of the denomination was adapted into the donation units, which are used to represent the face value of a donation. diff --git a/doc/thesis/chapters/intro/acknowledgements.tex b/doc/thesis/chapters/intro/acknowledgements.tex @@ -1 +1,4 @@ \section{Acknowledgements} +%Dozente + expert +%christian blättler für GNUNET code + diff --git a/doc/thesis/chapters/conclusion/conclusion.tex b/doc/thesis/chapters/outro/discussion.tex diff --git a/doc/thesis/thesis.pdf b/doc/thesis/thesis.pdf Binary files differ. diff --git a/doc/thesis/thesis.tex b/doc/thesis/thesis.tex @@ -39,7 +39,7 @@ \input{chapters/implementation/implementation} \chapter{Results and Outlook} -\input{chapters/conclusion/conclusion} +\input{chapters/outro/discussion} \bibliography{bibliography} \addcontentsline{toc}{chapter}{Bibliography}