From b1176fe753fef71a5acb46b86569d7855b633ce0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 19 May 2016 04:56:37 +0300 Subject: test: README update --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3