summaryrefslogtreecommitdiff
path: root/3way.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-3/+0
|
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
| | | | Also see https://github.com/weidai11/cryptopp/commit/399a1546de71f41598c15edada28e7f0d616f541#commitcomment-19448453
* Add statics to anonymous namespaceJeffrey Walton2016-10-101-3/+6
|
* 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-5/+0
| | | | (Issue 255)
* Initial fix for older Apple ld's non_lazy_ptr missing symbols (Issue 255)Jeffrey Walton2016-09-061-2/+7
|
* 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-139/+141
|
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-1/+1
|
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-4/+3
|
* Initial revisionweidai2002-10-041-0/+140