diff options
| author | J08nY | 2024-04-08 15:42:28 +0200 |
|---|---|---|
| committer | J08nY | 2024-04-08 15:42:28 +0200 |
| commit | 37434d9b127c55e4aded8a558ae8a2baa0cbb468 (patch) | |
| tree | 3bb2a39af85c142bc2552396b0d125633162c7bb | |
| parent | 8508c87dab0493ed081c00066ef00d60d2ac95a6 (diff) | |
| download | pyecsca-notebook-37434d9b127c55e4aded8a558ae8a2baa0cbb468.tar.gz pyecsca-notebook-37434d9b127c55e4aded8a558ae8a2baa0cbb468.tar.zst pyecsca-notebook-37434d9b127c55e4aded8a558ae8a2baa0cbb468.zip | |
Docs and ToC for RE notebooks.
| -rw-r--r-- | re/epa.ipynb | 5 | ||||
| -rw-r--r-- | re/zvp.ipynb | 13 |
2 files changed, 16 insertions, 2 deletions
diff --git a/re/epa.ipynb b/re/epa.ipynb index 4fd1289..9be3257 100644 --- a/re/epa.ipynb +++ b/re/epa.ipynb @@ -5,7 +5,10 @@ "id": "18343664-ebec-4e95-88f2-0231082b6b6e", "metadata": {}, "source": [ - "# EPA-based reverse engineering" + "# EPA-based reverse engineering\n", + "This notebook showcases the EPA-based reverse-engineering technique for addition formulas.\n", + " - [Exploration](#Exploration)\n", + " - [Reverse-engineering](#Reverse-engineering)" ] }, { diff --git a/re/zvp.ipynb b/re/zvp.ipynb index 4beff1c..3617418 100644 --- a/re/zvp.ipynb +++ b/re/zvp.ipynb @@ -5,7 +5,18 @@ "id": "3ff024c8-7e90-4094-ab07-a051a601d9cd", "metadata": {}, "source": [ - "# ZVP-based reverse-engineering" + "# ZVP-based reverse-engineering\n", + "This notebook showcases the ZVP-based reverse-engineering technique for addition formulas.\n", + " - [Exploration](#Exploration)\n", + " - [Reverse-engineering](#Reverse-engineering)\n", + " - [Computing addition chains](#Computing-addition-chains)\n", + " - [Loading the formulas](#Loading-the-formulas)\n", + " - [Computing the factor sets](#Computing-the-factor-sets)\n", + " - [Accumulating polynomials](#Accumulating-polynomials)\n", + " - [Computing ZVP points](#Computing-ZVP-points)\n", + " - [Remapping](#Remapping)\n", + " - [Distinguishing map and distinguishing tree building](#Distinguishing-map-and-distinguishing-tree-building)\n", + " - [Miscellaneous analysis](#Miscellaneous-analysis)\n" ] }, { |
