summaryrefslogtreecommitdiff
path: root/wake.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move constant table to unnamed namespaceJeffrey Walton2018-08-181-12/+11
|
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-2/+0
|
* 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
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
| | | | Also see https://github.com/weidai11/cryptopp/commit/399a1546de71f41598c15edada28e7f0d616f541#commitcomment-19448453
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug ↵Jeffrey Walton2016-09-161-1/+1
| | | | behavior pivots on CRYPTOPP_DEBUG, and not NDEBUG (Issue 277, CVE-2016-7420)
* Backed out use of "static const" to declare constant; switch to "enum" ↵Jeffrey Walton2016-09-061-3/+0
| | | | (Issue 255)
* Initial fix for older Apple ld's non_lazy_ptr missing symbols (Issue 255)Jeffrey Walton2016-09-061-1/+4
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-0/+2
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-114/+112
|
* 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
* Cleared ill-formed conversion in C++11Jeffrey Walton2015-06-091-1/+1
|
* remove WAKE-CFBweidai2010-07-061-18/+0
|
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-051-17/+19
| | | | change makefile to compile for both i386 and x86_64 on Darwin/Mac OS X
* fix incorrect encryption bug with WAKE-OFB that was introduced in version ↵weidai2009-10-311-1/+1
| | | | 5.5 (reported by John Famiglietti)
* changes for 5.6: weidai2009-03-021-1/+1
| | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required
* move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak'weidai2007-04-151-11/+16
|
* update version number, port to Sun C++ 5.8weidai2006-12-181-2/+0
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-3/+3
|
* Initial revisionweidai2002-10-041-0/+122