summaryrefslogtreecommitdiff
path: root/tea.cpp
Commit message (Expand)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
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-4/+4
* Backed out use of "static const" to declare constant; switch to "enum" (Issue...Jeffrey Walton2016-09-061-3/+0
* 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
* 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