Cours_A1
This commit is contained in:
parent
72edb09925
commit
200263a90e
2 changed files with 12 additions and 2 deletions
6
A1/Cours.md
Normal file
6
A1/Cours.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Cours A1
|
||||
|
||||
## 19/10 Side-Channel Analysis
|
||||
|
||||
p9: ce qu'on attaque, c'est pas l'algo, c'est l'implémentation de celui-ci
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"```\n",
|
||||
"deposer():\n",
|
||||
" P(RB)\n",
|
||||
" Examiner()\n",
|
||||
|
@ -39,7 +40,8 @@
|
|||
" V(RB)\n",
|
||||
"\n",
|
||||
" enlever_la_piece()\n",
|
||||
" V(RA)"
|
||||
" V(RA)\n",
|
||||
"```"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -55,6 +57,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"```\n",
|
||||
"P(S_libre)\n",
|
||||
"deposer():\n",
|
||||
" P(RB)\n",
|
||||
|
@ -88,7 +91,8 @@
|
|||
"\n",
|
||||
" enlever_la_piece()\n",
|
||||
" V(RA)\n",
|
||||
"V(S_libre)"
|
||||
"V(S_libre)\n",
|
||||
"```"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue