We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a385d commit 189f3a5Copy full SHA for 189f3a5
README.md
@@ -87,10 +87,10 @@ C init: 0x0000000100000000
87
```
88
89
90
-Calling the `gea12.py` file as is will run the 3 test vectors for the 2 algorithms.
+Calling the `test_gea12.py` file as is will run the 3 test vectors for the 2 algorithms.
91
92
93
-$ python ./gea12.py
+$ python3 ./test_gea12.py
94
GEA1 test vector 0: OK
95
GEA1 test vector 1: OK
96
GEA1 test vector 2: OK
test_gea12.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python3
2
# -*- coding: UTF-8 -*-
3
#/**
4
-# * Software Name : gea12.py
+# * Software Name : test_gea12.py
5
# * Version : 0.1
6
# *
7
# * Copyright 2021. Benoit Michau. P1Sec.
0 commit comments