From cfe2f4a9bdef0f7df314b0e74f6f3d88ce18ae46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 30 Dec 2020 18:08:02 +0100 Subject: more chapter structure details --- buch/chapters/80-crypto/Makefile.inc | 11 +++++++++++ buch/chapters/80-crypto/aes.tex | 9 +++++++++ buch/chapters/80-crypto/chapter.tex | 14 ++++++++++++++ buch/chapters/80-crypto/ff.tex | 9 +++++++++ buch/chapters/80-crypto/rs.tex | 8 ++++++++ 5 files changed, 51 insertions(+) create mode 100644 buch/chapters/80-crypto/Makefile.inc create mode 100644 buch/chapters/80-crypto/aes.tex create mode 100644 buch/chapters/80-crypto/chapter.tex create mode 100644 buch/chapters/80-crypto/ff.tex create mode 100644 buch/chapters/80-crypto/rs.tex (limited to 'buch/chapters/80-crypto') diff --git a/buch/chapters/80-crypto/Makefile.inc b/buch/chapters/80-crypto/Makefile.inc new file mode 100644 index 0000000..27412ab --- /dev/null +++ b/buch/chapters/80-crypto/Makefile.inc @@ -0,0 +1,11 @@ +# +# Makefile.inc -- Makefile dependencies for chapter 8 +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# + +CHAPTERFILES = $(CHAPTERFILES) \ + chapters/80-crypto/ff.tex \ + chapters/80-crypto/aes.tex \ + chapters/80-crypto/rs.tex \ + chapters/80-crypto/chapter.tex diff --git a/buch/chapters/80-crypto/aes.tex b/buch/chapters/80-crypto/aes.tex new file mode 100644 index 0000000..d392761 --- /dev/null +++ b/buch/chapters/80-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/80-crypto/chapter.tex b/buch/chapters/80-crypto/chapter.tex new file mode 100644 index 0000000..86a0fde --- /dev/null +++ b/buch/chapters/80-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/80-crypto/ff.tex} +\input{chapters/80-crypto/aes.tex} +\input{chapters/80-crypto/rs.tex} diff --git a/buch/chapters/80-crypto/ff.tex b/buch/chapters/80-crypto/ff.tex new file mode 100644 index 0000000..ccaef63 --- /dev/null +++ b/buch/chapters/80-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/80-crypto/rs.tex b/buch/chapters/80-crypto/rs.tex new file mode 100644 index 0000000..e8ea3b4 --- /dev/null +++ b/buch/chapters/80-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} -- cgit v1.2.1