aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-01-22 20:36:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-01-22 20:36:41 +0300
commitbf90203bb912da0fc6960e50f0b3bc0ad16916f2 (patch)
treef8536a8da4fb2ad9ddbf958df3bc72a43c0ab51f /test
parentall_tests.bat -> all.bat (diff)
downloadaes-tools-bf90203bb912da0fc6960e50f0b3bc0ad16916f2.tar.gz
aes-tools-bf90203bb912da0fc6960e50f0b3bc0ad16916f2.zip
nist-sp-800-38a.py -> nist.py
Diffstat (limited to '')
-rw-r--r--test/README.md4
-rw-r--r--test/all.bat6
-rw-r--r--test/nist.py (renamed from test/nist-sp-800-38a.py)0
3 files changed, 5 insertions, 5 deletions
diff --git a/test/README.md b/test/README.md
index 5327f73..6fe4df0 100644
--- a/test/README.md
+++ b/test/README.md
@@ -65,10 +65,10 @@ CPython 3.5.1 has been verified to work properly.
### NIST Special Publication 800-38A
To validate the implementation using the inputs from [NIST SP 800-38A], use
-`nist-sp-800-32a.py`:
+`nist.py`:
```
-> nist-sp-800-38a.py -p C:\workspace\personal\build\aes-tools\utils\Debug
+> nist.py -p C:\workspace\personal\build\aes-tools\utils\Debug
```
[NIST SP 800-38A]: http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf
diff --git a/test/all.bat b/test/all.bat
index 4debaa9..e65b5d4 100644
--- a/test/all.bat
+++ b/test/all.bat
@@ -4,9 +4,9 @@
@set utils_dir=%~1
-nist-sp-800-38a.py --path "%utils_dir%" || exit /b !errorlevel!
-cavp.py --path "%utils_dir%" || exit /b !errorlevel!
-file.py --path "%utils_dir%" || exit /b !errorlevel!
+nist.py --path "%utils_dir%" || exit /b !errorlevel!
+cavp.py --path "%utils_dir%" || exit /b !errorlevel!
+file.py --path "%utils_dir%" || exit /b !errorlevel!
@goto :eof
diff --git a/test/nist-sp-800-38a.py b/test/nist.py
index 3aa9ed2..3aa9ed2 100644
--- a/test/nist-sp-800-38a.py
+++ b/test/nist.py