summaryrefslogtreecommitdiff
path: root/basecode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-3/+3
|
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
|
* Add additional Encoder and Decoder alphabet test (GH #562)Jeffrey Walton2018-01-131-3/+3
|
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-6/+6
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* Whitespace checkinJeffrey Walton2016-09-101-1/+1
|
* Aligned assert with subtraction that followsJeffrey Walton2016-01-011-1/+1
|
* Cleared -Wstrict-overflow warning on Cygwin with C++11Jeffrey Walton2015-12-311-1/+1
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-244/+247
|
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-6/+6
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
|
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary ↵Jeffrey Walton2015-06-291-0/+5
| | | | compilers. The macro was needed to help with managing old compilers, like GCC 4.2.1, present on OpenBSD
* port to MSVC .NET 2005 beta 2weidai2005-07-121-4/+4
|
* misc changesweidai2003-07-181-10/+10
|
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-0/+2
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+5
|
* fix bug in Grouperweidai2003-04-151-0/+3
| | | | | | | | add RIPEMD-???, Whirlpool, Shacal2, Camellia, Two-Track MAC (Kevin Springle) change ChannelSwitch to allow non-blocking input (denis bider) change Redirector to allow more options (denis bider) fix MaurerRandomnessTest optimize MD2 (Kevin Springle)
* various changes for 5.1weidai2003-03-201-11/+10
|
* fix bug to allow base32 codingweidai2003-01-161-8/+23
|
* bug fixweidai2002-12-031-1/+1
|
* Initial revisionweidai2002-10-041-0/+214