From bf90203bb912da0fc6960e50f0b3bc0ad16916f2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 22 Jan 2017 20:36:41 +0300 Subject: nist-sp-800-38a.py -> nist.py --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/README.md') diff --git a/test/README.md b/test/README.md index 5327f73..6fe4df0 100644 --- a/test/README.md +++ b/test/README.md @@ -65,10 +65,10 @@ CPython 3.5.1 has been verified to work properly. ### NIST Special Publication 800-38A To validate the implementation using the inputs from [NIST SP 800-38A], use -`nist-sp-800-32a.py`: +`nist.py`: ``` -> nist-sp-800-38a.py -p C:\workspace\personal\build\aes-tools\utils\Debug +> nist.py -p C:\workspace\personal\build\aes-tools\utils\Debug ``` [NIST SP 800-38A]: http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf -- cgit v1.2.3