aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-28 16:19:52 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-28 16:19:52 +0200
commitb657e7b9c933e093b2e4f4993d870ec6f624fb88 (patch)
tree96d6785834dbda0f3d1d85da05bb5df67b354760
parent42c804470c346fc0f796464d3adec9768a2bcc26 (diff)
downloadlibbrandt-b657e7b9c933e093b2e4f4993d870ec6f624fb88.tar.gz
libbrandt-b657e7b9c933e093b2e4f4993d870ec6f624fb88.zip
fix typo in spec
-rw-r--r--tex-stuff/math.tex2
1 files changed, 1 insertions, 1 deletions
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}$.
89\subsubsection{Generate public key} 89\subsubsection{Generate public key}
90 90
91\begin{enumerate} 91\begin{enumerate}
92 \item Choose $x_{+a} \in \mathbb{Z}_q$ and $\forall i,j: m_{ij}^{\times a}, r_{aj} \bmod q$ at random. 92 \item Choose $x_{+a} \in \mathbb{Z}_q$ and $\forall i,j: m_{ij}^{+a}, r_{aj} \bmod q$ at random.
93 \item Publish $Y_{\times a}={x_{+a}}G$ along with Proof 1 of $Y_{\times a}$'s ECDL. 93 \item Publish $Y_{\times a}={x_{+a}}G$ along with Proof 1 of $Y_{\times a}$'s ECDL.
94 \item Compute $Y=\sum_{i=1}^nY_{\times i}$. 94 \item Compute $Y=\sum_{i=1}^nY_{\times i}$.
95\end{enumerate} 95\end{enumerate}