Skip to content

Commit 189f3a5

Browse files
committed
Update the file names where relevant after the latest file split
1 parent 69a385d commit 189f3a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ C init: 0x0000000100000000
8787
```
8888

8989

90-
Calling the `gea12.py` file as is will run the 3 test vectors for the 2 algorithms.
90+
Calling the `test_gea12.py` file as is will run the 3 test vectors for the 2 algorithms.
9191

9292
```
93-
$ python ./gea12.py
93+
$ python3 ./test_gea12.py
9494
GEA1 test vector 0: OK
9595
GEA1 test vector 1: OK
9696
GEA1 test vector 2: OK

test_gea12.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: UTF-8 -*-
33
#/**
4-
# * Software Name : gea12.py
4+
# * Software Name : test_gea12.py
55
# * Version : 0.1
66
# *
77
# * Copyright 2021. Benoit Michau. P1Sec.

0 commit comments

Comments
 (0)