diff options
author | JODBaer <JODBaer@github.com> | 2021-04-14 18:52:47 +0200 |
---|---|---|
committer | JODBaer <JODBaer@github.com> | 2021-04-14 18:52:47 +0200 |
commit | 73a07fc0e33a986ebe929d4a8c727a1c612082e6 (patch) | |
tree | 75e1db3e322bc367344b5e70c75fabf29558148d /buch/chapters/90-crypto | |
parent | fork synced with upstream (diff) | |
parent | typos (diff) | |
download | SeminarMatrizen-73a07fc0e33a986ebe929d4a8c727a1c612082e6.tar.gz SeminarMatrizen-73a07fc0e33a986ebe929d4a8c727a1c612082e6.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'buch/chapters/90-crypto')
-rw-r--r-- | buch/chapters/90-crypto/arith.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/chapters/90-crypto/arith.tex b/buch/chapters/90-crypto/arith.tex index 3386fc0..2520a69 100644 --- a/buch/chapters/90-crypto/arith.tex +++ b/buch/chapters/90-crypto/arith.tex @@ -91,7 +91,7 @@ Die Berechnung der Quadratwurzel lässt sich in Hardware effizient implementieren.
\begin{algorithmus}
-Der folgende Algorithmsu berechnet $a^k$ in $O(\log_2(k))$
+Der folgende Algorithmus berechnet $a^k$ in $O(\log_2(k))$
Multiplikationen
\begin{enumerate}
\item Initialisiere $p=1$ und $q=a$
|