From b657e7b9c933e093b2e4f4993d870ec6f624fb88 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Tue, 28 Jun 2016 16:19:52 +0200 Subject: [PATCH] fix typo in spec --- tex-stuff/math.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex-stuff/math.tex b/tex-stuff/math.tex index 0ddf0b0..db1df8c 100644 --- a/tex-stuff/math.tex +++ b/tex-stuff/math.tex @@ -89,7 +89,7 @@ the price $p_{b_a}$ bidder $a$ is willing to pay. $\forall j: p_j < p_{j+1}$. \subsubsection{Generate public key} \begin{enumerate} - \item Choose $x_{+a} \in \mathbb{Z}_q$ and $\forall i,j: m_{ij}^{\times a}, r_{aj} \bmod q$ at random. + \item Choose $x_{+a} \in \mathbb{Z}_q$ and $\forall i,j: m_{ij}^{+a}, r_{aj} \bmod q$ at random. \item Publish $Y_{\times a}={x_{+a}}G$ along with Proof 1 of $Y_{\times a}$'s ECDL. \item Compute $Y=\sum_{i=1}^nY_{\times i}$. \end{enumerate}