fix spelling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-11-07 17:55:12 +00:00
parent 5686bb6d7b
commit 4e8b1cb8e7

View File

@ -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}