Skip to content

Commit

Permalink
Fix links in Readme.md.
Browse files Browse the repository at this point in the history
Should fix issue #16
  • Loading branch information
rben-dev committed Jun 20, 2020
1 parent d80787e commit 30f65bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ git clone https://github.com/ANSSI-FR/ASCAD.git

| Implementation | Campaign | Type | Link |
| ------------------------ |:-------------:| -----: | :----: |
| ATMEGA boolean masked AES | fixed key | Power (Icc) | [link](./ASCAD/ATMEGA_AES_v1/ATM_AES_v1_fixed_key/Readme.md) |
| ATMEGA boolean masked AES | variable key | Power (Icc) | [link](./ASCAD/ATMEGA_AES_v1/ATM_AES_v1_variable_key/Readme.md) |
| ATMEGA boolean masked AES | fixed key | Power (Icc) | [link](./ATMEGA_AES_v1/ATM_AES_v1_fixed_key/Readme.md) |
| ATMEGA boolean masked AES | variable key | Power (Icc) | [link](./ATMEGA_AES_v1/ATM_AES_v1_variable_key/Readme.md) |

3. Now you should be able to use the provided python scripts. If you have the `pip` Python package manager installed, getting the scripts dependencies is as simple as:
```
Expand Down

0 comments on commit 30f65bb

Please sign in to comment.