summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-26 02:18:22 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-26 02:18:22 -0400
commit805df006b18003014ff5f762ea31c2e05127462d (patch)
tree8f3f718224df840d277d3af501599ce71af199be /Install.txt
parent534aa3c665ba7623f38be56ba0b9dda51fd071f8 (diff)
downloadcryptopp-git-805df006b18003014ff5f762ea31c2e05127462d.tar.gz
Added info on where to report problems
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt3
1 files changed, 2 insertions, 1 deletions
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.