fix typo in spec

This commit is contained in:
Markus Teich 2016-06-28 16:19:52 +02:00
parent 42c804470c
commit b657e7b9c9

View File

@ -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} \subsubsection{Generate public key}
\begin{enumerate} \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 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}$. \item Compute $Y=\sum_{i=1}^nY_{\times i}$.
\end{enumerate} \end{enumerate}