From fa9e0da460a643c31f4447208ac600aab1415353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:14:43 +0100 Subject: [PATCH] Obisidian vault auto-backup: 05-02-2026 16:14:43 on . 2 files edited --- .obsidian/workspace.json | 7 +++---- .../CIPA 4/Crypto Cours 2.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 5b16b9f..79f9dc0 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -67,8 +67,7 @@ "title": "20011126_fips-197" } } - ], - "currentTab": 1 + ] } ], "direction": "vertical" @@ -241,11 +240,11 @@ "obsidian-git:Open Git source control": false } }, - "active": "37a6109c5cf4f8fa", + "active": "e11a6a080eb83632", "lastOpenFiles": [ - "ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/Crypto Cours 1.md", "ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/Crypto Cours 2.md", "ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/20250708_CRYPTO_slides.pdf", + "ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/Crypto Cours 1.md", "ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/20250708_CRYPTO_exos_avec_corriges.pdf", "ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/20011126_fips-197.pdf", "ISEN/Sécurité IOT/CIPA4/Sécurité IOT Cours 3.md", diff --git a/ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/Crypto Cours 2.md b/ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/Crypto Cours 2.md index 28a2e2c..b86ec4e 100644 --- a/ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/Crypto Cours 2.md +++ b/ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/Crypto Cours 2.md @@ -11,7 +11,7 @@ $$ $$ ## Système d'équations -La mise à jour de l'état se fait selon le système suivant : +La mise à jour de l'état se fait selon le système suivant $$ \begin{cases} x_{0, t+1} &= x_{1, t} \\ x_{1, t+1} &= x_{2, t} \\ x_{2, t+1} &= x_{3, t} \\ x_{3, t+1} &= x_{0, t} \oplus x_{1, t} \oplus 0 \cdot x_{2, t} \oplus 0 \cdot x_{3, t} \end{cases}