aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/90-crypto/arith.tex
diff options
context:
space:
mode:
authorJODBaer <JODBaer@github.com>2021-04-14 18:52:47 +0200
committerJODBaer <JODBaer@github.com>2021-04-14 18:52:47 +0200
commit73a07fc0e33a986ebe929d4a8c727a1c612082e6 (patch)
tree75e1db3e322bc367344b5e70c75fabf29558148d /buch/chapters/90-crypto/arith.tex
parentfork synced with upstream (diff)
parenttypos (diff)
downloadSeminarMatrizen-73a07fc0e33a986ebe929d4a8c727a1c612082e6.tar.gz
SeminarMatrizen-73a07fc0e33a986ebe929d4a8c727a1c612082e6.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'buch/chapters/90-crypto/arith.tex')
-rw-r--r--buch/chapters/90-crypto/arith.tex2
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$