Krypto Karteikarten erstellt
This commit is contained in:
parent
2e0a7a78f8
commit
c2d5129cdf
BIN
Kryptographie - Flashcards.pdf
(Stored with Git LFS)
Normal file
BIN
Kryptographie - Flashcards.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
26
Kryptographie - Flashcards.tex
Normal file
26
Kryptographie - Flashcards.tex
Normal file
@ -0,0 +1,26 @@
|
||||
% das Paket "flashcards" erzeugt Karteikarten zum lernen
|
||||
% auf der Vorderseite steht das Buzzword oder die Frage
|
||||
% auf der Rückseite steht die Antwort
|
||||
% beim ausdrucken auf doppelseitiges Drucken achten
|
||||
%
|
||||
\documentclass[avery5371, frame]{flashcards}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[]{amsmath}
|
||||
\usepackage[]{amssymb}
|
||||
\usepackage{bussproofs} % prooftrees
|
||||
\usepackage{mdwlist} % less space for lists
|
||||
\cardfrontstyle{headings}
|
||||
\begin{document}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\begin{flashcard}[Kryptosysteme]{Ein Kryptosystem ist ein Tupel $S=(X,K,Y,e,d)$, wobei}
|
||||
\begin{itemize*}
|
||||
\item X nicht leere endliche Menge als Klartext
|
||||
\item K nicht leere endliche Menge als Schlüssel
|
||||
\item Y eine Menge als Chiffretexte
|
||||
\item $e:X\times K\rightarrow Y$ Verschlüsselungsfunktion
|
||||
\item $d:Y\times K\rightarrow X$ Entschlüsselungsfunktion
|
||||
\end{itemize*}
|
||||
\end{flashcard}
|
||||
|
||||
\end{document}
|
@ -38,6 +38,7 @@ Mitschriften und selbst geschriebene Unterlagen und Hilfen zu Informatik Vorlesu
|
||||
- [Übung](Kryptographie%20-%20Übung.pdf)
|
||||
- [Cheatsheet](Kryptographie.pdf)
|
||||
- [Prüfungsvorbereitung](Kryptographie%20-%20Prüfungsvorbereitung.pdf)
|
||||
- [Karteikarten](Kryptographie%20-%20Flashcards.pdf)
|
||||
- [Logik und Logikprogrammierung](Logik%20und%20Logikprogrammierung.md)
|
||||
- [Cheatsheet](Logik%20und%20Logikprogrammierung%20-%20Cheatsheet.pdf)
|
||||
- [Flashcards - Karteikarten für Definitionen](Logik%20und%20Logikprogrammierung%20-%20Flashcards.pdf)
|
||||
|
Loading…
Reference in New Issue
Block a user