[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-donau] branch master updated: docu edit
From: |
gnunet |
Subject: |
[taler-donau] branch master updated: docu edit |
Date: |
Tue, 24 Oct 2023 12:09:54 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository donau.
The following commit(s) were added to refs/heads/master by this push:
new 4af2695 docu edit
4af2695 is described below
commit 4af26951034f96123ae0dcd1bb9b3c9b9f793a5d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Oct 24 12:09:51 2023 +0200
docu edit
---
doc/flows/main.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/flows/main.tex b/doc/flows/main.tex
index e7a6420..c036a95 100644
--- a/doc/flows/main.tex
+++ b/doc/flows/main.tex
@@ -51,12 +51,12 @@
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{Unique Donor Identifier} $UDI = \langle H(\texttt{TAXID},
\texttt{SALT}), \texttt{NONCE} \rangle$
+ \item \textbf{Unique Donor Identifier} $m := \langle H(\texttt{TAXID},
\texttt{SALT}), \texttt{NONCE} \rangle$
- \item \textbf{Blinded Unique Donor Identifier} $BUDI = blinded$ $UDI$,
blinded to protect the privacy of the donor
+ \item \textbf{Blinded Unique Donor Identifier} $\overline{m} := blind(m)$,
blinded to protect the privacy of the donor
\begin{itemize}
- \item \textbf{BUDI-key-pair} \emph{BKP} = $Pair(BUDI, H(K_x^{pub}))$
+ \item \textbf{BUDI-key-pair} $\mu := \langle \overline{m}, H(K_x^{pub})
\rangle$
\end{itemize}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-donau] branch master updated: docu edit,
gnunet <=