summaryrefslogtreecommitdiff
path: root/ttmac.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-2/+2
|
* Clear Clang warning about C++11 template extensionJeffrey Walton2018-12-081-173/+172
| | | | "warning: non-type template argument referring to function 'F' with internal linkage is a C++11 extension". Also see https://travis-ci.org/noloader/cryptopp/jobs/465328751
* Use non-macro version of ttmacJeffrey Walton2017-11-261-193/+204
|
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-2/+2
| | | | This will help Clang and its need for a constexpr
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-2/+2
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-340/+338
|
* Cleared "signed/unsigned" warning under GCC 4.8 (this may have been a GCC ↵Jeffrey Walton2015-07-261-1/+3
| | | | 4.8/Debian-i686 issue because both types were unsigned)
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-1/+1
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-1/+1
|
* add new algorithms (Kevin Springle)weidai2003-04-161-0/+338