donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit ff04c38deb442563720129d06a8413e96318dae7
parent d5064432f3e1794e7f9c1ae3d5d0f28162c3d960
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date:   Thu, 30 May 2024 16:37:39 +0200

doc restructure

Diffstat:
Rdoc/thesis/chapters/overview/overview.tex -> doc/thesis/chapters/approach/concept.tex | 0
Adoc/thesis/chapters/background/blindsign.tex | 4++++
Adoc/thesis/chapters/background/taler.tex | 1+
Ddoc/thesis/chapters/crypto/crypto.tex | 3---
Adoc/thesis/chapters/intro/acknowledgements.tex | 1+
Mdoc/thesis/thesis.pdf | 0
Mdoc/thesis/thesis.tex | 14+++++++++-----
7 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/doc/thesis/chapters/overview/overview.tex b/doc/thesis/chapters/approach/concept.tex diff --git a/doc/thesis/chapters/background/blindsign.tex b/doc/thesis/chapters/background/blindsign.tex @@ -0,0 +1,4 @@ +\section{Blinded Signatures} +\subsection{RSA Blind Signature Scheme} +\subsection{Clause Blind Schnorr Signature Scheme} + diff --git a/doc/thesis/chapters/background/taler.tex b/doc/thesis/chapters/background/taler.tex @@ -0,0 +1 @@ +\section{GNU Taler} diff --git a/doc/thesis/chapters/crypto/crypto.tex b/doc/thesis/chapters/crypto/crypto.tex @@ -1,3 +0,0 @@ -\section{Blinded Signatures} -\subsection{RSA Blind Signature Scheme} -\subsection{Clause Blind Schnorr Signature Scheme} diff --git a/doc/thesis/chapters/intro/acknowledgements.tex b/doc/thesis/chapters/intro/acknowledgements.tex @@ -0,0 +1 @@ +\section{Acknowledgements} 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 @@ -18,14 +18,18 @@ \tableofcontents +\chapter{Acknowledgements} +\input{chapters/intro/acknowledgements} + +\chapter{Background} +\input{chapters/background/blindsign} +\input{chapters/background/taler} + \chapter{Introduction} \input{chapters/intro/introduction} -\chapter{Overview} -\input{chapters/overview/overview} - -\chapter{Cryptographic Preliminaries} -\input{chapters/crypto/crypto} +\chapter{Approach} +\input{chapters/approach/concept} \chapter{Protocol} \input{chapters/protocol/definitions}