Added info on where to report problems

pull/35/head
Jeffrey Walton 2015-07-26 02:18:22 -04:00
parent 534aa3c665
commit 805df006b1
1 changed files with 2 additions and 1 deletions

View File

@ -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.