This commit is contained in:
parent
5686bb6d7b
commit
4e8b1cb8e7
@ -190,8 +190,16 @@
|
||||
$$\begin{cases}
|
||||
s = r - h \times a \text{ mod } q\\
|
||||
s' = r - h' \times a \text{ mod } q
|
||||
\end{cases} \iff
|
||||
\begin{cases}
|
||||
r = s + h \times a \\
|
||||
a = \frac{s' - s}{h - h'} \land h \ne h'
|
||||
\end{cases}
|
||||
$$
|
||||
therefor Alice private key $a$ is:
|
||||
$$
|
||||
a = \frac{s' - s}{h - h'}
|
||||
$$
|
||||
|
||||
\section*{7}
|
||||
\subsection*{7.1}
|
||||
|
Reference in New Issue
Block a user