aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/07_msecrypto/slides.tex
blob: 0f62d182233a188cb5b260eb6262d1f62c755b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
%
% slides.tex -- Präsentation zur Kryptographie
%
% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
%
\section{Diffie-Hellmann}
\folie{4/dh.tex}

\section{Divide and Conquer}
% Potenzieren
\folie{a/dc/prinzip.tex}
% effiziente Durchführung
\folie{a/dc/effizient.tex}
% Beispieldurchführung
\folie{a/dc/beispiel.tex}

\section{Elliptische Kurven}
% Idee
\folie{a/ecc/gruppendh.tex}
% Was ist eine elliptische Kurve (char 0 Bild)
\folie{a/ecc/kurve.tex}
% Involution/Inverse
\folie{a/ecc/inverse.tex}
% Verknüpfung
\folie{a/ecc/operation.tex}
% Quadrieren
\folie{a/ecc/quadrieren.tex}
% XXX Oakley Gruppe
%\folie{a/ecc/oakley.tex}

\section{AES}
% XXX Byte-Operationen
%\folie{a/aes/bytes.tex}
% XXX Block-Operationen
%\folie{a/aes/blocks.tex}
% XXX Key-Schedule
%\folie{a/aes/keys.tex}
% XXX Zusammensetzung
%\folie{a/aes/runden.tex}