From d83ad723f1f7e5fc30f5e0e4f87a77668aac0918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 15 Apr 2021 12:16:19 +0200 Subject: more ec slides --- vorlesungen/07_msecrypto/crypto-handout.tex | 11 +++++++++++ vorlesungen/07_msecrypto/msecrypto-handout.tex | 11 ----------- vorlesungen/07_msecrypto/slides.tex | 14 ++++++++------ 3 files changed, 19 insertions(+), 17 deletions(-) create mode 100644 vorlesungen/07_msecrypto/crypto-handout.tex delete mode 100644 vorlesungen/07_msecrypto/msecrypto-handout.tex (limited to 'vorlesungen/07_msecrypto') diff --git a/vorlesungen/07_msecrypto/crypto-handout.tex b/vorlesungen/07_msecrypto/crypto-handout.tex new file mode 100644 index 0000000..d42a260 --- /dev/null +++ b/vorlesungen/07_msecrypto/crypto-handout.tex @@ -0,0 +1,11 @@ +% +% msecrypto-handout.tex -- Handout XXX +% +% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\documentclass[handout,aspectratio=169]{beamer} +\input{common.tex} +\setboolean{presentation}{false} +\begin{document} +\input{slides.tex} +\end{document} diff --git a/vorlesungen/07_msecrypto/msecrypto-handout.tex b/vorlesungen/07_msecrypto/msecrypto-handout.tex deleted file mode 100644 index d42a260..0000000 --- a/vorlesungen/07_msecrypto/msecrypto-handout.tex +++ /dev/null @@ -1,11 +0,0 @@ -% -% msecrypto-handout.tex -- Handout XXX -% -% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil -% -\documentclass[handout,aspectratio=169]{beamer} -\input{common.tex} -\setboolean{presentation}{false} -\begin{document} -\input{slides.tex} -\end{document} diff --git a/vorlesungen/07_msecrypto/slides.tex b/vorlesungen/07_msecrypto/slides.tex index e95d534..bdd4087 100644 --- a/vorlesungen/07_msecrypto/slides.tex +++ b/vorlesungen/07_msecrypto/slides.tex @@ -7,18 +7,20 @@ \folie{4/dh.tex} \section{Divide and Conquer} -% XXX Potenzieren -%\folie{a/dc/prinzip.tex} -% XXX effiziente Durchführung -%\folie{a/dc/effizient.tex} -% XXX Beispieldurchführung -%\folie{a/dc/beispiel.tex} +% Potenzieren +\folie{a/dc/prinzip.tex} +% effiziente Durchführung +\folie{a/dc/effizient.tex} +% Beispieldurchführung +\folie{a/dc/beispiel.tex} \section{Elliptische Kurven} % XXX Idee %\folie{a/ecc/gruppendh.tex} % XXX Was ist eine elliptische Kurve (char 0 Bild) %\folie{a/ecc/kurve.tex} +% XXX Involution/Inverse +%\folie{a/ecc/inverse.tex} % XXX Verknüpfung %\follie{a/ecc/operation.tex} % XXX Quadrieren -- cgit v1.2.1