diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 14:35:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 14:35:09 +0300 |
commit | f116071bbb094387640d1edf4d1e699c93e3b79c (patch) | |
tree | 477ae798810b5d382ec4e2d810fac8286c6652c2 | |
parent | test/toolkit.py: drop the .exe extension (diff) | |
download | aes-tools-f116071bbb094387640d1edf4d1e699c93e3b79c.tar.gz aes-tools-f116071bbb094387640d1edf4d1e699c93e3b79c.zip |
README updates
-rw-r--r-- | TODO.md | 2 | ||||
-rw-r--r-- | test/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ * Add unit tests to the library. - * Using Boost.Test, perhaps? I'm using Boost anyway. + * Using Boost.Test, perhaps? I'm using Boost anyway. * Add algorithm benchmarks. diff --git a/test/README.md b/test/README.md index b1228d1..08f4def 100644 --- a/test/README.md +++ b/test/README.md @@ -60,7 +60,7 @@ Pass the `--help` flag to examine the script's usage info. ### Prerequisites To run the test scripts, Python 3.4 or higher is required. -The author is using Python 3.5.1. +Python 3.5.1 has been verified to work properly. ### NIST Special Publication 800-38A |