blob: 92bb09b4fa63c916715f8eae73c7875df67b3fd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}
|