commit 21ec6d85e11e1dfafc4696e3ecdcddc3f657385e
parent 9e606094c964d708eb754932e3b44b2ce0c685f0
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Tue, 31 Oct 2023 09:41:05 +0100
[doc] minor changes
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/flows/definitions.tex b/doc/flows/definitions.tex
@@ -6,7 +6,7 @@
\subsection{Definitions}
\begin{itemize}
- \item \textbf{Cryptographic Hash Function} $H(m) = h$ where $m$ is a message and $h$ the resulting hash.
+ \item \textbf{Cryptographic Hash Function} $H(m) := h$ where $m$ is a message and $h$ the resulting hash.
\item \textbf{Blinding function} $blind(m, b)$ where $m$ is the message to blind and $b$ the blinding factor to apply. The blinding can be done with either the RSA blind signature scheme or the Blinded Clause-Schnorr signature scheme.
@@ -36,11 +36,11 @@
\end{itemize}
\end{itemize}
- \item \textbf{Donation Unit} $ = (K_x^{pub}, K_x^{priv})$ where $x$ is the associated value (e.g. 2EUR):
+ \item \textbf{Donation Unit} $ := (K_x^{pub}, K_x^{priv})$ where $x$ is the associated value (e.g. 2EUR):
Smallest structure representing a donation confirmation unit.
Consists of a Public key $K_x^{pub}$ and Private key $K_x^{priv}$. Equivalent in Taler is "denomination".
- \item \textbf{Donor Identifier} $i = H(\texttt{taxid}, \texttt{salt})$
+ \item \textbf{Donor Identifier} $i := H(\texttt{taxid}, \texttt{salt})$
\item \textbf{Unique Donor Identifier} $u := \langle i, \texttt{nonce} \rangle$
where \texttt{nonce} ...%TODO
@@ -60,12 +60,12 @@ where $H(K_x^{pub})$ indicates which donation unit key should be used by the Don
\end{itemize}
- \item \textbf{Donation Receipt} $r = \langle u, \beta, H(K_x^{pub}) \rangle$ where $\beta$ is the unblinded signature: Sent to the Donau to get the donation Statement.
+ \item \textbf{Donation Receipt} $r := \langle u, \beta, H(K_x^{pub}) \rangle$ where $\beta$ is the unblinded signature: Sent to the Donau to get the donation Statement.
\item \textbf{Donation Statement signature}
Signature to attest the amount donated in a particular year by a specific donor.
\begin{align}
-\fbox{$\sigma_s = sign(\langle i, \texttt{amount}_{total}, \texttt{year} \rangle, D^{priv})$}
+\fbox{$\sigma_s := sign(\langle i, \texttt{amount}_{total}, \texttt{year} \rangle, D^{priv})$}
\end{align}
where $D^{priv}$ is the private key from the Donau.