From 805df006b18003014ff5f762ea31c2e05127462d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 26 Jul 2015 02:18:22 -0400 Subject: [PATCH] Added info on where to report problems --- Install.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Install.txt b/Install.txt index d65d5880..af1cf3bb 100644 --- a/Install.txt +++ b/Install.txt @@ -123,10 +123,11 @@ Third, the test harness provides a "validation" option which performs basic syst Fourth, the test harness provides a "test vector" option which uses many known test vectors, even those published by other people (like Brian Gladman for AES). You run the test vectors with the following. The tail of the output should indicate 0 failed tests. - ./cryptest.exe v + ./cryptest.exe tv all ... Testing SymmetricCipher algorithm MARS/ECB. ................. Tests complete. Total tests = 4094. Failed tests = 0. +Failures in the validation suite or test vectors should be reported on the Crypto++ User Group.