aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-04-14 13:57:56 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-04-14 13:57:56 +0200
commit509a497c5f138723762ff76e8291e29a897b8ea2 (patch)
tree41c342cbcee94478803fe9b8ed2d5c16b4d35a54
parenttypo (diff)
downloadSeminarMatrizen-509a497c5f138723762ff76e8291e29a897b8ea2.tar.gz
SeminarMatrizen-509a497c5f138723762ff76e8291e29a897b8ea2.zip
typos
-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 44eb6bb..dcc31b8 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$