summaryrefslogtreecommitdiff
path: root/test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add ChaChaTLS implementation (GH #265)Jeffrey Walton2019-01-241-4/+5
* Whitespace check-inJeffrey Walton2019-01-221-1/+1
* Use #pragma omp simd for OpenMP 3.0 compilers (GH #787)Jeffrey Walton2019-01-221-1/+2
* Fix compile on MinGW32Jeffrey Walton2019-01-161-1/+1
* Update distclean rule in cryptest.nmakeJeffrey Walton2019-01-091-4/+4
* Clear unused variable warning with GCCJeffrey Walton2019-01-081-1/+1
* Fix compile when NO_OS_DEPENDENCE is definedJeffrey Walton2019-01-081-12/+11
* Use _NSGetExecutablePath on OS X (GH #760)Jeffrey Walton2019-01-021-4/+75
* Use _get_pgmptr on Windows (GH #760)Jeffrey Walton2019-01-021-10/+23
* Use getexecname() on Solaris (GH #)Jeffrey Walton2019-01-021-0/+2
* Cache DataDir when C++11 dynamic init is available (GH #760)Jeffrey Walton2019-01-021-0/+11
* 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