gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-donau] branch master updated: documentation


From: gnunet
Subject: [taler-donau] branch master updated: documentation
Date: Fri, 29 Sep 2023 15:10:28 +0200

This is an automated email from the git hooks/post-receive script.

johannes-casaburi pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 67acfee  documentation
67acfee is described below

commit 67acfee6bc87c3255c2ec61866d07a9d26d6f474
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
AuthorDate: Fri Sep 29 15:09:36 2023 +0200

    documentation
---
 doc/flows/main.tex | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/doc/flows/main.tex b/doc/flows/main.tex
index 3039df4..92c5085 100644
--- a/doc/flows/main.tex
+++ b/doc/flows/main.tex
@@ -20,8 +20,8 @@
 
 \section{Definitions}
 \begin{itemize}
-    \item $b := $ blinding factor \t d
-    \item $m := $ receipt request \qquad
+    \item $b :=$ blinding factor
+    \item $m :=$ receipt request
     \item $m' :=$ blinded receipt request
     \item $s :=$ signed receipt
     \item $s' :=$ blind signed receipt
@@ -38,11 +38,19 @@ The nonce is used to uniquely distinguish receipts of the 
same value ("create a
 \section{Overview}
 % Insert DONAU overview.png
 \section{Step 1: Donor donates to charity}
-To donate 3 Euro the donor has to generate 2 coins (1 Euro and 2 Euro coin). 
The messages $M_1$ and $M_2$ are blinded using the blinding factor and sent as 
$M_1'$ and $M_2'$ to the charity.
+To donate 3 Euros the donor has to generate 2 coins (a 1 Euro and 2 Euro 
coin). The donor generates messages $M_1$ and $M_2$ which include a salted hash 
of the tax number and a NONCE.
 
 \begin{align}
     M_1 = \langle H(TAXID, SALT), NONCE_1 \rangle \\
     M_2 = \langle H(TAXID, SALT), NONCE_2 \rangle
 \end{align}
 
+The messages are blinded using the blinding factor and sent as $M_1'$ and 
$M_2'$ to the charity in addition to the payment of 3 Euros.
+
+\begin{align}
+    M_1' = M_1 \cdot b_1^{e_{1EUR}} \mod n_{1EUR} \\
+    M_2' = M_2 \cdot b_2^{e_{2EUR}} \mod n_{2EUR}
+\end{align}
+
+\section{Step 2: Charity to exchange}
 \end{document}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]