summaryrefslogtreecommitdiff
path: root/test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Debug PowerPC buildJeffrey Walton2018-12-261-1/+1
* Add additional self testsJeffrey Walton2018-12-251-0/+4
* Add Langley's curve25519 (GH #761, PR# 762)Jeffrey Walton2018-12-111-3/+4
* Handle test vectors with extensionsJeffrey Walton2018-12-071-3/+5
* Add search for test vectors and test data (GH #760)Jeffrey Walton2018-12-071-1/+1
* Add ChaCha to self tests (GH #732)Jeffrey Walton2018-11-081-21/+22
* Add SIMON and SPECK to validation suiteJeffrey Walton2018-10-141-2/+4
* Fix test scripts on ancient BashJeffrey Walton2018-09-121-0/+6
* Remove Thread and Socket classes (GH #208, PR #703)Jeffrey Walton2018-08-171-83/+0
* Update commentsJeffrey Walton2018-08-091-1/+0
* Add VectorLoad and VectorStore test codeJeffrey Walton2018-08-061-0/+4
* Add ARM AES asm implementation from Cryptogams (GH #683)Jeffrey Walton2018-07-111-8/+8
* Cleanup datatest.cppJeffrey Walton2018-07-101-4/+0
* Use OS rng as alternate test generatorJeffrey Walton2018-07-101-22/+39
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-101-1/+11
* Add HC-256 stream cipher (GH #680)Jeffrey Walton2018-07-051-14/+15
* Add HC-128 stream cipher (GH #679)Jeffrey Walton2018-07-051-14/+15
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-14/+15
* Add additional SIMECK tests (GH #675)Jeffrey Walton2018-06-301-1/+2
* Add CHAM lightweight block cipher (PR #670)Jeffrey Walton2018-06-171-0/+1
* Add scrypt key derivation function (GH #613, PR #626)Jeffrey Walton2018-03-311-23/+24
* Fix incorrect InverseMod (GH #602) (#603)Jeffrey Walton2018-03-251-3/+5
* Remove AsymmetricAlgorithm::BERDecode (GH #569)Jeffrey Walton2018-01-211-2/+3
* Add interface to TweetNaCl library (#566)Jeffrey Walton2018-01-171-0/+1
* Add thorough param to ValidateECGDSAJeffrey Walton2017-11-251-1/+1
* Add SM3 hash function (GH #541)Jeffrey Walton2017-11-231-6/+7
* Use ::time() and ::log() instead of std::time() and std::log() (GH #512)Jeffrey Walton2017-09-201-3/+3
* Remove unneeded Debug testsJeffrey Walton2017-09-011-2/+0
* Fix Clang warning on missing template definitionsJeffrey Walton2017-08-161-0/+1
* Add hash static transform test (Issue 455)Jeffrey Walton2017-08-041-0/+2
* Move 'main' into CryptoPP::Test, proxy an empty main into Test::main (Issue 447)Jeffrey Walton2017-07-231-123/+124
* Fix "C2872: 'byte': ambiguous symbol" with Windows Kit (Issue 442, 447)Jeffrey Walton2017-07-231-0/+10
* Remove extraneous returnJeffrey Walton2017-05-291-1/+0
* Rework benchmark codeJeffrey Walton2017-05-191-45/+3
* Switch to _MSC_FULL_VER for SP1 releasesJeffrey Walton2017-05-111-1/+1
* Add Kalyna block cipher (Issue 411)Jeffrey Walton2017-05-061-1/+1
* Add variable block size support to test and benchmarksJeffrey Walton2017-05-041-7/+2
* Removed "typedef SHA1 SHA" (Issue 369)Jeffrey Walton2017-04-241-2/+2
* Added comments on using InformationDisperseFile and SecretShareFileJeffrey Walton2017-04-131-0/+4
* Split regtest.cpp into regtest{1|2|3}.cppJeffrey Walton2017-04-131-6/+6
* Add ARIA block cipherJeffrey Walton2017-04-101-16/+18
* Add Random Number Generator benchmarks (Issue 386)Jeffrey Walton2017-03-081-62/+53
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-10/+10
* Add Test namespace within CryptoPP namespace (Issue 379)Jeffrey Walton2017-02-211-191/+197
* Remove old VerifierFilter, switch to SignatureVerificationFilterJeffrey Walton2017-02-071-1/+1
* Add NIST SP800-90A HMAC_DRBG generatorJeffrey Walton2017-02-071-1/+3
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add self tests for RoundUpToMultipleOf (Issue 360)Jeffrey Walton2017-01-101-2/+4
* Add NIST SP800-90A Hash_DRBG generatorJeffrey Walton2016-12-301-28/+29
* Add test cases for ASN.1 parsing (Issue 346)Jeffrey Walton2016-12-241-0/+14