]> AND Private Git Repository - modelisationMathS3.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
initialisation
authorcouchot <jf.couchot@gmail.com>
Tue, 2 Sep 2014 06:53:53 +0000 (08:53 +0200)
committercouchot <jf.couchot@gmail.com>
Tue, 2 Sep 2014 06:53:53 +0000 (08:53 +0200)
biblio.bib [new file with mode: 0644]
schemacrypto.dot [new file with mode: 0644]
symboles.sty [new symlink]

diff --git a/biblio.bib b/biblio.bib
new file mode 100644 (file)
index 0000000..f45f6a9
--- /dev/null
@@ -0,0 +1,13 @@
+@incollection{RSA09,
+year={2009},
+isbn={978-0-387-69212-8},
+booktitle={Mathématiques et Technologie},
+series={Springer Undergraduate Texts in Mathematics and Technology},
+doi={10.1007/978-0-387-69213-5_7},
+title={La cryptographie à cle publique: le code RSA (1978)},
+author={Christiane Rousseau, Yvan Saint-Aubin},
+url={http://dx.doi.org/10.1007/978-0-387-69213-5_7},
+publisher={Springer New York},
+pages={213-244},
+language={English}
+}
\ No newline at end of file
diff --git a/schemacrypto.dot b/schemacrypto.dot
new file mode 100644 (file)
index 0000000..86fe81b
--- /dev/null
@@ -0,0 +1,16 @@
+digraph G{
+E [label="Emetteur "]
+C [label="Chiffrement"]
+A [label="Algorithme + une clé "]
+Ap [label="Algorithme + une clé"]
+M [label="Message chiffré" style="rounded"]
+D [label="Déchiffrement"]
+R [label="Récepteur"]
+
+E -> C
+A -> C 
+C -> M
+M -> D
+Ap -> D
+D -> R
+}
diff --git a/symboles.sty b/symboles.sty
new file mode 120000 (symlink)
index 0000000..16dbd88
--- /dev/null
@@ -0,0 +1 @@
+../cours-mesi/symboles.sty
\ No newline at end of file