diff --git a/README.md b/README.md index 1ab5152..f635054 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ Cryptographie - Outils et algorithmes [Cours crypto](cours/crypto.pdf) #### Semaine 1 -- cm : [Chiffrements par bloc, algorithmes à clefs symétriques](cours/crypto.pdf). +- cm : [LFSR, Chiffrements par bloc, algorithmes à clefs symétriques](cours/crypto.pdf). - td : [Généralités, chiffrements par flot](td/td1.pdf) - tp : [Chiffrement ECB, lfsr, xtea](tp/tp1) +#### Semaine 2 +- cm : [Algorithmes à clefs symétriques, Hachages](cours/crypto.pdf). +- td : [Chiffrements symétriques par blocs et modes](td/td2.pdf) diff --git a/td/td2.pdf b/td/td2.pdf new file mode 100644 index 0000000..805759e Binary files /dev/null and b/td/td2.pdf differ