donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 9223b516f6293e20943172857b24c5e89233e761
parent 89c0b5dbfe39a40f1e4d8040db4b012d3ffaae0b
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date:   Sat, 30 Sep 2023 14:44:03 +0200

[doc] changed margins

Diffstat:
Mdoc/flows/Makefile | 3++-
Mdoc/flows/main.tex | 6+++---
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/flows/Makefile b/doc/flows/Makefile @@ -1,4 +1,5 @@ all: pdflatex main.tex -clean: + +clean: rm *.aux *.log *.pdf diff --git a/doc/flows/main.tex b/doc/flows/main.tex @@ -8,7 +8,7 @@ \graphicspath{ {./images/} } % Margins -\usepackage[top=1.5cm, left=2cm, right=1.5cm, bottom=3.0cm]{geometry} +\usepackage[top=3cm, left=3cm, right=3cm, bottom=3cm]{geometry} % Colour table cells \usepackage[table]{xcolor} @@ -91,8 +91,8 @@ The nonce is used to uniquely distinguish receipts of the same value ("create a \item The donau increments the current year amount of the charity by the total amount of the receipts. \item The donau blind signs (RSA/Schnorr) all the receipts \begin{align} - s_1' = m_1'^{(d_{E1})} \emph{mod ?} \\ - s_2' = m_2'^{(d_{E2})} \emph{mod ?} + s_1' = m_1'^{(d_{E1})} \emph{mod ?} \\ + s_2' = m_2'^{(d_{E2})} \emph{mod ?} \end{align} \item The donau sends back the blind signed receipts to the charity \item The charity transmits the blind signed receipts to the donor.