diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 04:56:37 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 04:56:37 +0300 |
commit | b1176fe753fef71a5acb46b86569d7855b633ce0 (patch) | |
tree | 28386e2d5c0ec801dfb6328e4c073bd29b1c6f00 /test | |
parent | 'aesni' -> 'aes' (diff) | |
download | aes-tools-b1176fe753fef71a5acb46b86569d7855b633ce0.tar.gz aes-tools-b1176fe753fef71a5acb46b86569d7855b633ce0.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 40e5580..8843066 100644 --- a/test/README.md +++ b/test/README.md @@ -56,7 +56,7 @@ To test the implementation against the vectors from [NIST SP 800-38A](http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf), use `nist-sp-800-32a.py`. - python nist-sp-800-38a.py -p C:\build\utils\Debug + > nist-sp-800-38a.py -p C:\build\utils\Debug ### Cryptographic Algorithm Validation Program @@ -64,7 +64,7 @@ To test the implementation against the vectors from [CAVP](http://csrc.nist.gov/groups/STM/cavp/), use `cavp.py`. The AES Known Answer Test (KAT) Vectors are used and read from `KAT_AES.zip`. - python cavp.py -p C:\build\utils\Debug + > cavp.py -p C:\build\utils\Debug ## File encryption |