[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[donau] 01/03: 3.1: remove space
From: |
gnunet |
Subject: |
[donau] 01/03: 3.1: remove space |
Date: |
Tue, 21 Jan 2025 18:14:05 +0100 |
This is an automated email from the git hooks/post-receive script.
jonathan-levin pushed a commit to branch master
in repository donau.
commit 780b90671354fcf4bdfeb277318e2608f2dfca41
Author: Jonathan <ondesmartenot@riseup.net>
AuthorDate: Wed Jan 22 01:11:44 2025 +0800
3.1: remove space
---
doc/usenix-security-2025/paper/technicaldesign.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/usenix-security-2025/paper/technicaldesign.tex
b/doc/usenix-security-2025/paper/technicaldesign.tex
index 8c1ccc3..07a5800 100644
--- a/doc/usenix-security-2025/paper/technicaldesign.tex
+++ b/doc/usenix-security-2025/paper/technicaldesign.tex
@@ -97,7 +97,7 @@ some cryptographic background followed by the setup and usage.
\textrm{Slightly more formally, we define blind signatures as a quadruple
of algorithms:}
\begin{itemize}
- \item $ KeyGen(1^\lambda)$: Generates a verification/signing key pair
$(K^{\pub}, K^{\priv})$.
+ \item $KeyGen(1^\lambda)$: Generates a verification/signing key pair
$(K^{\pub}, K^{\priv})$.
\item $Blind(m, b, K^{\pub})$: Takes a message $m$, blinding factor $b$,
and verification key $K^{\pub}$ of the signer and computes the blinded message
$\overline{m}$.
\item $BlindSign(K^{\priv}, \overline{m})$: Takes secret signing key
$K^{\priv}$ and blinded message $\overline{m}$ and computes the blind signature
$\overline{\sigma}$.
\item $Unblind(\overline{\sigma}, b, K^{\pub})$: Takes blind signature
$\overline{\sigma}$, blinding factor $b$ and verification key $K^{\pub}$ of the
signer, and returns the unblinded signature $\sigma$ on message $m$ (or $\bot$).
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.