summaryrefslogtreecommitdiff
path: root/validate.h
Commit message (Expand)AuthorAgeFilesLines
* Add SIMON and SPECK to validation suiteJeffrey Walton2018-10-141-0/+2
* Make TestStringSink a debug testJeffrey Walton2018-09-081-1/+2
* Add VectorSinkorangefour2018-09-051-0/+1
* Add VectorLoad and VectorStore test codeJeffrey Walton2018-08-061-0/+3
* Remove Coverity worakaround StreamStateJeffrey Walton2018-07-291-27/+0
* Refactor validat5.cpp and validat6.cppJeffrey Walton2018-07-291-24/+54
* Split validat*.cpp source filesJeffrey Walton2018-07-281-1/+4
* Add HC-256 stream cipher (GH #680)Jeffrey Walton2018-07-051-0/+1
* Add HC-128 stream cipher (GH #679)Jeffrey Walton2018-07-051-1/+4
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-0/+1
* Add additional SIMECK tests (GH #675)Jeffrey Walton2018-06-301-0/+1
* Add HIGHT lightweight block cipher (GH #672)Jeffrey Walton2018-06-241-0/+1
* Add CHAM lightweight block cipher (PR #670)Jeffrey Walton2018-06-171-0/+1
* Add LEA lightweight block cipher (GH #669)Jeffrey Walton2018-06-171-0/+1
* Add scrypt key derivation function (GH #613, PR #626)Jeffrey Walton2018-03-311-0/+1
* Fix incorrect InverseMod (GH #602) (#603)Jeffrey Walton2018-03-251-1/+3
* Add interface to TweetNaCl library (#566)Jeffrey Walton2018-01-171-0/+2
* add self test for custom Encoder and Decoder alphabet (GH #562)Jeffrey Walton2018-01-121-0/+1
* Fix error in bits2octets: should use the base point's bit count, instead of t...Linmao Song2018-01-101-0/+1
* Add thorough param to ValidateECGDSAJeffrey Walton2017-11-251-1/+1
* Add SM3 hash function (GH #541)Jeffrey Walton2017-11-231-0/+1
* Remove unneeded Debug testsJeffrey Walton2017-09-011-2/+0
* Add VIA Padlock RNGJeffrey Walton2017-08-191-0/+1
* Add hash static transform test (Issue 455)Jeffrey Walton2017-08-041-0/+2
* Remove calls to cout.flush() for AppVeyorJeffrey Walton2017-05-291-1/+2
* Add missing <sstream> headerJeffrey Walton2017-05-201-0/+1
* Rework benchmark codeJeffrey Walton2017-05-191-0/+39
* Build RDRAND for all platofrms (Issue 419, PR 424)Jeffrey Walton2017-05-171-2/+0
* Removed MSVC warning suppression for many warnings (Issue 412)Jeffrey Walton2017-05-161-1/+1
* Fix compile error with NO_OS_DEPENDENCEJeffrey Walton2017-05-101-1/+2
* Add additional testsJeffrey Walton2017-05-101-1/+1
* Add tests for Information Dispersal and Secret SharingJeffrey Walton2017-05-091-0/+1
* Add Makefile recipe for Valgrind buildsJeffrey Walton2017-05-061-1/+1
* Fold compressor and default encryptor testsJeffrey Walton2017-05-061-6/+2
* Add additional self tests under debug buildsJeffrey Walton2017-05-051-0/+5
* Add additional self tests under debug buildsJeffrey Walton2017-05-051-0/+8
* Add variable block size support to test and benchmarksJeffrey Walton2017-05-041-1/+1
* Add ARIA block cipherJeffrey Walton2017-04-101-0/+1
* Fix Solaris compile due to StreamStateJeffrey Walton2017-03-241-1/+3
* Clear Coverity STREAM_FORMAT_STATE (CID 177736, 177737, 177732)Jeffrey Walton2017-03-181-0/+21
* Add width field to StreamStateJeffrey Walton2017-03-181-3/+5
* Switch to std::ostream::char_type for StreamStateJeffrey Walton2017-03-181-3/+3
* Clear Coverity STREAM_FORMAT_STATE (CID 177735)Jeffrey Walton2017-03-181-1/+3
* Add TimeToString function (Issue 386)Jeffrey Walton2017-03-081-9/+35
* Add Test namespace within CryptoPP namespace (Issue 379)Jeffrey Walton2017-02-211-0/+6
* Add NIST SP800-90A HMAC_DRBG generatorJeffrey Walton2017-02-071-1/+4
* Add self tests for RoundUpToMultipleOf (Issue 360)Jeffrey Walton2017-01-101-0/+2
* Add NIST SP800-90A Hash_DRBG generatorJeffrey Walton2016-12-301-0/+1
* Add test cases for ASN.1 parsing (Issue 346)Jeffrey Walton2016-12-241-2/+7
* Add Aumasson and Bernstein's SipHash (Issue 348)Jeffrey Walton2016-12-171-1/+2