summaryrefslogtreecommitdiff
path: root/validat0.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add additional self testsJeffrey Walton2018-03-271-22/+34
* Switch to <nbtheory.h> functionsJeffrey Walton2018-03-261-9/+9
* Use '*this >= m' for InverseMod reductionJeffrey Walton2018-03-261-1/+1
* Add additional Integer class testsJeffrey Walton2018-03-261-46/+59
* Add additional Integer class testsJeffrey Walton2018-03-251-6/+77
* Add additional Integer class testsJeffrey Walton2018-03-251-21/+145
* Add additional Integer class testsJeffrey Walton2018-03-251-9/+116
* Add additional Integer class testsJeffrey Walton2018-03-251-33/+93
* Fix conversion warnings under MSCJeffrey Walton2018-03-251-8/+9
* Add additional InverseMod testsJeffrey Walton2018-03-251-2/+26
* Move some tests from TestIntegerBitops to TestIntegerOps (GH #602)Jeffrey Walton2018-03-251-63/+62
* Fix incorrect InverseMod (GH #602) (#603)Jeffrey Walton2018-03-251-0/+122
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-6/+6
* Fix unaligned data in self testJeffrey Walton2017-09-031-6/+6
* Fix Address Sanitizer findings on GCC117Jeffrey Walton2017-08-151-9/+9
* Fix Address Sanitizer findings on GCC117Jeffrey Walton2017-08-151-69/+48
* Whitespace check-inJeffrey Walton2017-08-021-12/+12
* Increase minimum size for DefaultEncryptor test. Decrease minimum size fir In...Jeffrey Walton2017-08-011-11/+13
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+4
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-4/+0
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+4
* Remove calls to cout.flush() for AppVeyorJeffrey Walton2017-05-291-9/+2
* Added some intelligence to truncated Gzip stream testJeffrey Walton2017-05-161-2/+8
* Add FileName, FileTime and Comment to argnames.hJeffrey Walton2017-05-121-8/+50
* Improve compressor error messagesJeffrey Walton2017-05-111-14/+17
* Additional self tests for DecompressorsJeffrey Walton2017-05-111-45/+80
* Switch to _MSC_FULL_VER for SP1 releasesJeffrey Walton2017-05-111-1/+1
* Fix compile under GCC 6.3 on FedoraJeffrey Walton2017-05-111-0/+1
* Fix subscript out of range in testJeffrey Walton2017-05-111-1/+1
* Move TestPolynomialMod2 to validat0.cppJeffrey Walton2017-05-111-0/+115
* Fix subscript out of range in testJeffrey Walton2017-05-111-1/+1
* Reduce random string size.Jeffrey Walton2017-05-111-11/+11
* Additional self tests for DecompressorsJeffrey Walton2017-05-101-0/+26
* Add additional testsJeffrey Walton2017-05-101-14/+15
* Add tests for Information Dispersal and Secret SharingJeffrey Walton2017-05-091-11/+164
* Mkaake RDRAND and RDSEED throw if not availableJeffrey Walton2017-05-091-4/+6
* Add test for Carmichael pseudo-primesJeffrey Walton2017-05-081-4/+22
* Use [31398, 31468] for prime gap testJeffrey Walton2017-05-081-2/+2
* Add zLib compressor and decompressor testsJeffrey Walton2017-05-081-2/+56
* Clear warnings under Visual StudioJeffrey Walton2017-05-081-11/+11
* Fold compressor and default encryptor testsJeffrey Walton2017-05-061-60/+40
* Add constants to default encryptor classesJeffrey Walton2017-05-061-35/+58
* Add additional self tests under debug buildsJeffrey Walton2017-05-051-10/+107
* Add additional testsJeffrey Walton2017-05-051-143/+211
* Updated MersenneTwister testsJeffrey Walton2017-05-051-5/+0
* Add additional self tests under debug buildsJeffrey Walton2017-05-051-2147/+2381
* Add variable block size support to test and benchmarksJeffrey Walton2017-05-041-5/+5
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-8/+8
* Add Test namespace within CryptoPP namespace (Issue 379)Jeffrey Walton2017-02-211-7/+7
* Add SecBlock member to track number of elements to zeroize (Issue 346)Jeffrey Walton2017-01-281-84/+115