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

This commit is contained in:
Andre Henriques 2023-11-07 17:39:22 +00:00
parent 9a895e0c42
commit 3e026be138

View File

@ -188,8 +188,8 @@
\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.
$$\begin{cases}
s = r - h \times a mod q\\
s' = r - h' \times a mod q
s = r - h \times a \text{ mod } q\\
s' = r - h' \times a \text{ mod } q
\end{cases}
$$