summaryrefslogtreecommitdiff
path: root/tea.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Guard use of volatile cast in TEA and XTEAJeffrey Walton2019-06-021-4/+11
|
* Clear clang-tidy warningsJeffrey Walton2018-01-241-6/+9
|
* Fix TEA and XTE hand with IBM XL C/C++ compiler (GH #503)Jeffrey Walton2017-09-161-24/+12
| | | | It looks like Sun compilers had problems with the loop in the past, too. The Sun workarounds did not help with XL C/C++, however.
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-4/+4
| | | | 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
* 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-6/+9
|
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-4/+10
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-159/+161
|
* Cleared -Wparentheses from GCC 5.1Jeffrey Walton2015-07-191-9/+9
|
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-051-0/+12
| | | | change makefile to compile for both i386 and x86_64 on Darwin/Mac OS X
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-4/+4
|
* add XTEA and BTEAweidai2003-07-301-14/+107
|
* Initial revisionweidai2002-10-041-0/+54