@@ -859,22 +859,20 @@ \subsection{Provisioning Protocol}
859
859
\item Compute $ \hat {\psi }_i = \proveni {prm}^L((\sid , i), (N_i, s_i, t_i), (\phi , \lambda ))$ .
860
860
\item Sample $ \rho _i, u_i \leftarrow \Bit ^\kappa $ ,
861
861
and compute $ V_i =
862
- H(\Encode {hash\_ com}(\sid , n, i, N_i, s_i, t_i, \hat {\psi }_i, \rho _i, u_i))$ .
862
+ H(\Encode {hash\_ com}(\sid , i, N_i, s_i, t_i, \hat {\psi }_i, \rho _i, u_i))$ .
863
863
\item Send $ V_i$ to all parties.
864
864
\end {itemize }
865
865
866
866
867
867
\item [\textbf {Round 2. }] \
868
868
\begin {itemize }
869
- \item Receive $ V_j$ from all parties.
869
+ \item Receive $ V_j \in \Bit ^ \kappa $ from all parties.
870
870
\item ({\bf Reliability check.}) Optionally, if the reliability check is enabled:
871
871
\begin {itemize }
872
872
\item
873
873
Compute $ h_i = H(\Encode {echo}(\sid , V_0 , \dots , V_{n-1}))$ and
874
874
send $ h_i$ to all parties.
875
-
876
-
877
- \item Upon receiving $ h_j$ from all parties, abort if $ h_i \neq h_j$ for some $ j \in [n]$ .
875
+ \item Upon receiving $ h_j \in \Bit ^\kappa $ from all parties, abort if $ h_i \neq h_j$ for some $ j \in [n]$ .
878
876
\end {itemize }
879
877
\item Send $ (N_i, s_i, t_i, \hat {\psi }_i, \rho _i, u_i)$ to all parties.
880
878
\end {itemize }
@@ -889,13 +887,15 @@ \subsection{Provisioning Protocol}
889
887
890
888
\item For $ j \neq i$ :
891
889
\begin {itemize }
890
+ \item Assert $ (N_j, s_j, t_j, \rho _j, u_j) \? \in
891
+ (\Z , \Z , \Z , \Bit ^\kappa , \Bit ^\kappa )$
892
892
\item Assert $ V_j =
893
- H(\Encode {hash\_ com}(\sid , n, j, N_j, s_j, t_j, \hat {\psi }_j, \rho _j, u_j))$ .
893
+ H(\Encode {hash\_ com}(\sid , j, N_j, s_j, t_j, \hat {\psi }_j, \rho _j, u_j))$ .
894
894
\item Assert $ N_j$ is at least $ 8 \cdot \kappa - 1 $ bits in length
895
895
\item Assert $ \verifyni {prm}^L((\sid , j), (N_j, s_j, t_j), \hat {\psi }_j)$ .
896
896
\item Construct Paillier encryption key from~$ N_j$ .
897
897
\end {itemize }
898
- \item Compute $ \rho =\bigoplus _j \rho _j$ .
898
+ \item Compute $ \rho =\bigoplus _j \rho _j$ .
899
899
\item Compute $ \psi _i = \proveni {mod}^L((\sid , i, \rho ), N_i, (p_i, q_i))$ .
900
900
\item For $ j\neq i$ do:
901
901
\begin {itemize }
0 commit comments