Obisidian vault auto-backup: 05-02-2026 16:14:43 on . 2 files edited

This commit is contained in:
Félix MARQUET
2026-02-05 16:14:43 +01:00
parent 6c042f5db1
commit fa9e0da460
2 changed files with 4 additions and 5 deletions

View File

@@ -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",

View File

@@ -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}