diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-11 06:49:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-11 06:49:02 +0300 |
commit | 150f73e1d7396207c657d5b984e7861a5236b7b5 (patch) | |
tree | aa0e104451254dd4662fd798f0bb49484b05055f /test | |
parent | test: fix usage messages (diff) | |
download | aes-tools-150f73e1d7396207c657d5b984e7861a5236b7b5.tar.gz aes-tools-150f73e1d7396207c657d5b984e7861a5236b7b5.zip |
test: README update
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README.md b/test/README.md index 8bfe479..f00d3d4 100644 --- a/test/README.md +++ b/test/README.md @@ -54,9 +54,9 @@ Use `--help` to see the script's usage details. ### NIST Special Publication 800-38A -To test the implementation against the vectors from [NIST SP 800-38A](http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf) using `800-32a.py`. +To test the implementation against the vectors from [NIST SP 800-38A](http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf) using `nist-sp-800-32a.py`. - python 800-38a.py -r C:\build\test\Debug + python nist-sp-800-38a.py -r C:\build\test\Debug ### Cryptographic Algorithm Validation Program |