This commit is contained in:
parent
9a895e0c42
commit
3e026be138
@ -188,8 +188,8 @@
|
|||||||
\subsubsection*{6.1.2}
|
\subsubsection*{6.1.2}
|
||||||
If the Alice used the the same r then this equation would only have 2 variables to solve, $a$ and $r$ which makes this equation possible to solve.
|
If the Alice used the the same r then this equation would only have 2 variables to solve, $a$ and $r$ which makes this equation possible to solve.
|
||||||
$$\begin{cases}
|
$$\begin{cases}
|
||||||
s = r - h \times a mod q\\
|
s = r - h \times a \text{ mod } q\\
|
||||||
s' = r - h' \times a mod q
|
s' = r - h' \times a \text{ mod } q
|
||||||
\end{cases}
|
\end{cases}
|
||||||
$$
|
$$
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user