[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[donau] 06/10: spell checking and general read through
From: |
gnunet |
Subject: |
[donau] 06/10: spell checking and general read through |
Date: |
Thu, 23 Jan 2025 00:25:06 +0100 |
This is an automated email from the git hooks/post-receive script.
tanja-lange pushed a commit to branch master
in repository donau.
commit 550689b1d44a497a1deb5e580558246014ce555e
Author: Tanja Lange <tanja@hyperelliptic.org>
AuthorDate: Wed Jan 22 23:36:31 2025 +0100
spell checking and general read through
---
doc/usenix-security-2025/paper/technicaldesign.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/usenix-security-2025/paper/technicaldesign.tex
b/doc/usenix-security-2025/paper/technicaldesign.tex
index a96a120..a5c2903 100644
--- a/doc/usenix-security-2025/paper/technicaldesign.tex
+++ b/doc/usenix-security-2025/paper/technicaldesign.tex
@@ -38,7 +38,7 @@ The Donau service is typically run by the tax authority but
can be an independen
%
\subsection{Background \& Terminology}\label{notation_and_definitions}
Digital cash makes use of \textbf{blind signatures}~\cite{Chaum89} to issue
tokens. Our
- design uses the same mechansim to unlink the donation process from the issued
+ design uses the same mechanism to unlink the donation process from the issued
donation receipts. This section introduces the definition and
security properties of blind signatures.
@@ -172,7 +172,7 @@ without $S$, even if they know {\tt TAXID}.
% \subsection{Donor donates to charity and transmits \textbf{Unique Donor
identifiers} (future donation receipts)}
When a donor wishes to donate to a charity, they first retrieve the Donau
service's Donation Unit
public keys $K_x^{\pub}$ for the current tax period.
-The donor then represents their donation as a sum of the Donation Units
offered by the Donaus ervice.
+The donor then represents their donation as a sum of the Donation Units
offered by the Donau service.
\emph{Example: Assuming the Donau service publishes the Donation units
$\{1,2,4,8\}$, a donation of $7$ would be split into 1 unit each of the values
$4$, $2$ and $1$.}
@@ -261,7 +261,7 @@ that correspond to the public keys hashed in the BKPs.
\overline{\beta_3} = \blind\_\sign(\overline u_3, K_4^{\priv})
\end{align*}
-These signatures constitute a blinded donation receipt from the Donau service,
and the Donau s ervice sends these back to the charity,
+These signatures constitute a blinded donation receipt from the Donau service,
and the Donau service sends these back to the charity,
which in turn forwards them to the donor.
\subsection{Donor receives donation
receipt}\label{donor_receives_donation_receipt}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [donau] branch master updated (aa84bf3 -> 351b824), gnunet, 2025/01/22
- [donau] 02/10: typo fix, gnunet, 2025/01/22
- [donau] 01/10: start of additional references, gnunet, 2025/01/22
- [donau] 03/10: this is too chatty for the definition environment and it was the only definiion, put citations with the thing they are being cited for, gnunet, 2025/01/22
- [donau] 06/10: spell checking and general read through,
gnunet <=
- [donau] 05/10: changed to donau service and agreed on removing tax authority when not needed, gnunet, 2025/01/22
- [donau] 07/10: tricky with anonymous link and sounds misleadingly alarming, gnunet, 2025/01/22
- [donau] 08/10: linking in appendix, removing URLs that could violate anoymity, gnunet, 2025/01/22
- [donau] 04/10: adding example for blind signatures, wording, gnunet, 2025/01/22
- [donau] 09/10: the threat section was covering only ethical aspects, so moved into ethics part to save some space, gnunet, 2025/01/22
- [donau] 10/10: adding code listings & commitment for aritfact, gnunet, 2025/01/22