From 75e4ee096d6068ad63a43550b514eb5f7f239844 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 10 Oct 2016 10:47:09 +0300 Subject: README updates --- test/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/README.md b/test/README.md index 08f4def..5327f73 100644 --- a/test/README.md +++ b/test/README.md @@ -17,7 +17,7 @@ Manual testing You can validate the implementation manually using the block encryption/decryption utilities `encrypt_block` and `decrypt_block`. -Pass the `--help` flag to examine the utility's usage info. +Pass the `--help` flag to an utility to examine its detailed usage information. ``` > encrypt_block -a aes128 -m ecb -- 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff @@ -55,12 +55,12 @@ You must therefore make sure that To pass the path of the directory with the required utilities, use the `--path` parameter. To allow the utilities to run on older CPUs, pass the `--sde` flag. -Pass the `--help` flag to examine the script's usage info. +Pass the `--help` flag to a script to examine its detailed usage information. ### Prerequisites To run the test scripts, Python 3.4 or higher is required. -Python 3.5.1 has been verified to work properly. +CPython 3.5.1 has been verified to work properly. ### NIST Special Publication 800-38A -- cgit v1.2.3