summaryrefslogtreecommitdiff
path: root/introduction.tex
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-07-02 03:18:35 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-07-02 03:18:35 +0200
commit7bb991a1d4482955f4cebeb2e88b6e681ccc0ee7 (patch)
tree99b97ae3c3bbb2f006221022ca1d9687abaa05ec /introduction.tex
parent62cbc485e0410f7d83feb4587c3ccc600effca63 (diff)
downloaddold-thesis-phd-7bb991a1d4482955f4cebeb2e88b6e681ccc0ee7.tar.gz
dold-thesis-phd-7bb991a1d4482955f4cebeb2e88b6e681ccc0ee7.tar.bz2
dold-thesis-phd-7bb991a1d4482955f4cebeb2e88b6e681ccc0ee7.zip
sync
Diffstat (limited to 'introduction.tex')
-rw-r--r--introduction.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/introduction.tex b/introduction.tex
index 6783573..5f20f8b 100644
--- a/introduction.tex
+++ b/introduction.tex
@@ -4,16 +4,20 @@ Payment systems shape our society.
Mention GDPR, data minimization
+blockchain + e-cash/taler as full-stack payment system that can be deployed by everybody
+
\section{Contributions}
\begin{itemize}
+ \item we design, implement and analyze an efficient byzantine consensus protocol on set structures that allows the optimized implementation of permissioned blockchains
\item Notion of income transparency, with an instantiation in chaum-style e-cash and proofs
\item consideration of practical aspects including aborts, network failures, refunds, multi-coin payments, faults from synchronization and their effects on anonymity; showing the necessity of a refresh operation
- \item we design, implement and analyze an efficient byzantine consensus protocol on set structures that allows the optimized implementation of permissioned blockchains
+ \item seamless/native integration of e-cash into web architecture, discussion of pitfalls / security and privacy problems
+ \item implementation of Taler with performance evaluation
\end{itemize}
Thesis statement: Permissioned blockchains and income-transparent e-cash can be used to implement a complete (?) payment system that is efficient (?), socially responsible (in the sense of taxes), usable (has practical implementation, web integration, ...) and provides anonymity to customers.
-\section{Positioning}
+\section{Roadmap}