summaryrefslogtreecommitdiff
path: root/wake.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary ↵noloader2015-06-291-0/+5
| | | | | | compilers. The macro was needed to help with managing old compilers, like GCC 4.2.1, present on OpenBSD git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@555 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* Cleared ill-formed conversion in C++11noloader2015-06-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@553 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* remove WAKE-CFBweidai2010-07-061-18/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@501 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* 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 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@499 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix incorrect encryption bug with WAKE-OFB that was introduced in version ↵weidai2009-10-311-1/+1
| | | | | | 5.5 (reported by John Famiglietti) git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@479 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* 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 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@433 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak'weidai2007-04-151-11/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@284 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* update version number, port to Sun C++ 5.8weidai2006-12-181-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@265 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to MSVC .NET 2005 beta 2weidai2005-07-121-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@198 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* Initial revisionweidai2002-10-041-0/+122
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@2 57ff6487-cd31-0410-9ec3-f628ee90f5f0