fix spelling issues

This commit is contained in:
Christian Grothoff 2020-10-22 11:38:24 +02:00
parent 762e4d55cd
commit dff60059f1
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 7 additions and 27 deletions

View File

@ -16,7 +16,7 @@
\section{Abstract} \section{Abstract}
This is the response to the source code audit report CodeBlau This is the response to the source code audit report CodeBlau
created for GNU Taler in Q2/Q3 2020. created for GNU Taler in Q2/Q3 2020.
\section{Management Summary} \section{Management Summary}
@ -120,7 +120,7 @@ Also, we want to point out that all global variables we introduce
in the exchange are indicated with a prefix {\tt TEH\_} in the code, so they in the exchange are indicated with a prefix {\tt TEH\_} in the code, so they
are easy to identify as such. are easy to identify as such.
\subsection{Callbacks, type p(r)unning} \subsection{Callbacks, type pruning}
We understand that higher order functions in C can be confusing, but this We understand that higher order functions in C can be confusing, but this
is also a common pattern to enable code re-use and asynchronous execution is also a common pattern to enable code re-use and asynchronous execution

View File

@ -93,25 +93,6 @@ online, as the discretion of parents.
% https://www.bis.org/publ/qtrpdf/r_qt1709f.pdf % https://www.bis.org/publ/qtrpdf/r_qt1709f.pdf
% http://andolfatto.blogspot.com/2015/02/fedcoin-on-desirability-of-government.html % http://andolfatto.blogspot.com/2015/02/fedcoin-on-desirability-of-government.html
% mention eKrona/Riksbank
% bessere ueberleitung
% effizienz!
% freie software / commons
% scalability of blockchains
% expand on some ideas such as naiveity of blockchains
% 3 areas for currencies
% einleitung: we introduced two systems that solve/address core problems for
% banking (consensus, transactions, ...) "geld ist kein selbstzweck"
% reason for having money is: ...
% central banks are the only tool that we know that works
% geld ist politisch, macht, verantwortung, gesellschaften aufbauen oder ruinieren
% apolitical solution impossible
This book presented GNU Taler, an efficient protocol for This book presented GNU Taler, an efficient protocol for
value-based electronic payment systems with focus on security and value-based electronic payment systems with focus on security and
privacy. While we believe our approach to be socially and economically beneficial, a privacy. While we believe our approach to be socially and economically beneficial, a
@ -157,7 +138,7 @@ activity from tax evasion to financing of terrorism.
These problems are easily addressed by combining the register (or These problems are easily addressed by combining the register (or
ledger) with a central bank providing a regulatory framework and ledger) with a central bank providing a regulatory framework and
monetary policy, including anti-money-laundering and monetary policy, including anti-money-laundering and
know-your-customer enforcement. know-your-customer enforcement.
\section{Electronic Payments} \section{Electronic Payments}
@ -244,4 +225,3 @@ continuous political debate and cannot be ``solved'' by simplistic algorithms.
What we offer to society is an open and free (as in free speech) system with What we offer to society is an open and free (as in free speech) system with
mechanisms to audit merchants' income, instead of proprietary systems mechanisms to audit merchants' income, instead of proprietary systems
controlled by a few oligopoly companies. controlled by a few oligopoly companies.

View File

@ -962,14 +962,14 @@ Tracz \cite{tracz2001fair} % HINDE
& \NO & \YES & ? & \NO & \YES & ?
& \NO & \NO
& \YES & $\log n$ & $\log n$ & \YES & $\log n$ & $\log n$
& Onl. & \NO & Online & \NO
\\ \\
Compact \cite{camenisch2005compact} Compact \cite{camenisch2005compact}
& 2005 & \NO & 2005 & \NO
& \YES & \NO & ? & \YES & \NO & ?
& ? & ?
& \YES & $\log n$ & $n$ % We're guessing trustless anonymity because not trusted setup & \YES & $\log n$ & $n$ % We're guessing trustless anonymity because not trusted setup
& Off. & \NO & Offline & \NO
% \\ % \\
% Martens \cite{maertens2015} % Martens \cite{maertens2015}
% & 2015 & \NO % & 2015 & \NO
@ -984,7 +984,7 @@ Divisible \cite{pointcheval2017cut}
& \YES & \NO & ? & \YES & \NO & ?
& ? & ?
& \NO & $1$ & $n$ & \NO & $1$ & $n$
& Off. & \NO & Offline & \NO
\\ \\
GNU Taler GNU Taler
& 2017 & FS & 2017 & FS
@ -992,7 +992,7 @@ GNU Taler
& \YES & \YES
% & $\log n$ & $\log n$ % & $\log n$ & $\log n$
& \YES & $\log n$ & $\log n$ & \YES & $\log n$ & $\log n$
& Onl. & \YES & Online & \YES
\\ \hline \\ \hline
\end{tabular} \end{tabular}
} }