aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/README.md
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/README.md
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
1 files changed, 2 insertions, 2 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