gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: [doc] minor changes


From: gnunet
Subject: [taler-donau] branch master updated: [doc] minor changes
Date: Tue, 31 Oct 2023 09:40:48 +0100

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

lukas-matyja pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 21ec6d8  [doc] minor changes
21ec6d8 is described below

commit 21ec6d85e11e1dfafc4696e3ecdcddc3f657385e
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Tue Oct 31 09:41:05 2023 +0100

    [doc] minor changes
---
 doc/flows/definitions.tex | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/flows/definitions.tex b/doc/flows/definitions.tex
index 61dfd46..f9c37d1 100644
--- 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.
 

-- 
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]