1 parent 78371d0 commit 0ccedaaCopy full SHA for 0ccedaa
1 file changed
content/math/math.tex
@@ -565,8 +565,8 @@ \subsection{Reihen}
565
\subsection{Wichtige Zahlen}
566
\input{math/tables/composite}
567
568
-\subsection{Recover $\boldsymbol{x}$ and $\boldsymbol{y}$ from $\boldsymbol{y}$ from $\boldsymbol{x\*y^{-1}}$ }
569
-\method{recover}{findet $x$ und $y$ für $x=x\*y^{-1}\bmod m$}{\log(m)}
+\subsection{Recover $\boldsymbol{x}$ and $\boldsymbol{y}$ from $\boldsymbol{x\*y^{-1}}$ }
+\method{recover}{findet $x$ und $y$ für $c=x\*y^{-1}\bmod m$}{\log(m)}
570
\textbf{WICHTIG:} $x$ und $y$ müssen kleiner als $\sqrt{\nicefrac{m}{2}}$ sein!
571
\sourcecode{math/recover.cpp}
572
0 commit comments