aboutsummaryrefslogtreecommitdiffstats
path: root/buch
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@othello.ch>2021-01-07 20:21:40 +0100
committerAndreas Müller <andreas.mueller@othello.ch>2021-01-07 20:21:40 +0100
commitc6baa0eac71d16160e567996723f3207d204c5ea (patch)
tree06359e80ce185835b88ee06388cfba1c6e2dc776 /buch
parentmore chapter structure (diff)
downloadSeminarMatrizen-c6baa0eac71d16160e567996723f3207d204c5ea.tar.gz
SeminarMatrizen-c6baa0eac71d16160e567996723f3207d204c5ea.zip
add new chapter
Diffstat (limited to 'buch')
-rw-r--r--buch/chapters/90-crypto/Makefile.inc11
-rw-r--r--buch/chapters/90-crypto/aes.tex9
-rw-r--r--buch/chapters/90-crypto/chapter.tex14
-rw-r--r--buch/chapters/90-crypto/ff.tex9
-rw-r--r--buch/chapters/90-crypto/rs.tex8
5 files changed, 51 insertions, 0 deletions
diff --git a/buch/chapters/90-crypto/Makefile.inc b/buch/chapters/90-crypto/Makefile.inc
new file mode 100644
index 0000000..56797f3
--- /dev/null
+++ b/buch/chapters/90-crypto/Makefile.inc
@@ -0,0 +1,11 @@
+#
+# Makefile.inc -- Makefile dependencies for chapter 9
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+
+CHAPTERFILES = $(CHAPTERFILES) \
+ chapters/90-crypto/ff.tex \
+ chapters/90-crypto/aes.tex \
+ chapters/90-crypto/rs.tex \
+ chapters/90-crypto/chapter.tex
diff --git a/buch/chapters/90-crypto/aes.tex b/buch/chapters/90-crypto/aes.tex
new file mode 100644
index 0000000..d392761
--- /dev/null
+++ b/buch/chapters/90-crypto/aes.tex
@@ -0,0 +1,9 @@
+%
+% aes.tex -- Beschreibung des AES Algorithmus
+%
+% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\section{Advanced Encryption Standard -- AES
+\label{buch:section:aes}}
+\rhead{Advanced Encryption Standard}
+
diff --git a/buch/chapters/90-crypto/chapter.tex b/buch/chapters/90-crypto/chapter.tex
new file mode 100644
index 0000000..92bb09b
--- /dev/null
+++ b/buch/chapters/90-crypto/chapter.tex
@@ -0,0 +1,14 @@
+%
+% chapter.tex -- Anwendungen von Matrizen in der Codierungstheorie und
+% Kryptographie
+%
+% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\chapter{Anwendungen in Kryptographie und Codierungstheorie
+\label{buch:chapter:kryptographie}}
+\lhead{Kryptographie und Codierungstheorie}
+\rhead{}
+
+\input{chapters/90-crypto/ff.tex}
+\input{chapters/90-crypto/aes.tex}
+\input{chapters/90-crypto/rs.tex}
diff --git a/buch/chapters/90-crypto/ff.tex b/buch/chapters/90-crypto/ff.tex
new file mode 100644
index 0000000..ccaef63
--- /dev/null
+++ b/buch/chapters/90-crypto/ff.tex
@@ -0,0 +1,9 @@
+%
+% ff.tex -- Kryptographie und endliche Körper
+%
+% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+
+\section{Kryptographie und endliche Körper
+\label{buch:section:kryptographie-und-endliche-koerper}}
+\rhead{Kryptographie und endliche Körper}
diff --git a/buch/chapters/90-crypto/rs.tex b/buch/chapters/90-crypto/rs.tex
new file mode 100644
index 0000000..e8ea3b4
--- /dev/null
+++ b/buch/chapters/90-crypto/rs.tex
@@ -0,0 +1,8 @@
+%
+% rs.tex -- Reed-Solomon-Code
+%
+% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\section{Fehlerkorrigierende Codes nach Reed-Solomon
+\label{buch:section:reed-solomon}}
+\rhead{Fehlerkorrigierende Codes}