summaryrefslogtreecommitdiff
path: root/validat5.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add LSH-256 and LSH-512 hash functions (GH #1025, PR #1026)Jeffrey Walton2021-04-161-0/+9
| | | Add South Korea's LSH-256 and LSH-512 families of hash functions.
* Clear performance warning on MSVCJeffrey Walton2020-12-281-23/+23
|
* Clear MSVC warningsJeffrey Walton2020-09-111-73/+77
|
* Use ConstBytePtr and BytePtrSize in testJeffrey Walton2020-04-131-4/+4
|
* Update commentsJeffrey Walton2020-01-111-2/+4
|
* Add additional BLAKE2 test vectors (GH #921)Jeffrey Walton2020-01-101-2/+42
|
* Add additional test vectorsJeffrey Walton2019-12-011-0/+3
|
* Prepare for Crypto++ 8.2 releaseJeffrey Walton2019-04-281-29/+29
| | | | Fix SHAKE-128 and SHAKE-256 tests
* Enable extended output in SHAKE-128 and SHAKE-256 (GH #805, PR #806)Jeffrey Walton2019-02-131-1/+139
|
* Add search for test vectors and test data (GH #760)Jeffrey Walton2018-12-071-7/+13
|
* Remove Coverity worakaround StreamStateJeffrey Walton2018-07-291-25/+23
| | | | Use std::ostringstream instead. Eventually I'd like to see the output stream passed into the function of interest. It will avoid problems on some mobile OSes that don't have standard inputs and outputs.
* Update commentsJeffrey Walton2018-07-291-1/+1
|
* Refactor validat5.cpp and validat6.cppJeffrey Walton2018-07-291-1081/+1744
| | | | Also see https://groups.google.com/forum/#\!topic/cryptopp-users/j_aQj6r-PoI
* Split validat*.cpp source filesJeffrey Walton2018-07-281-0/+1362
Also see https://groups.google.com/forum/#\!topic/cryptopp-users/j_aQj6r-PoI