diff options
-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 |