summaryrefslogtreecommitdiff
path: root/luc.h
Commit message (Collapse)AuthorAgeFilesLines
* Update documentationJeffrey Walton2018-04-021-2/+5
|
* Update documentationJeffrey Walton2018-01-221-2/+14
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-4/+0
|
* Update documentationJeffrey Walton2018-01-111-2/+3
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-65/+65
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Update documentationJeffrey Walton2017-07-271-1/+2
| | | | This cleanup was performed using Clang and -Wdocumentation -Wno-documentation-deprecated-sync
* Removed "typedef SHA1 SHA" (Issue 369)Jeffrey Walton2017-04-241-4/+4
| | | | | | This should have happened when we removed most of MAINTAIN_BACKWARDS_COMPATIBILITY artifacts. Its not practical move SHA1 into Weak:: namespace or "typedef SHA256 SHA" because SHA1 is too intertwined at the moment. In the interim, maybe we can place SHA1 in both CryptoPP:: and Weak:: namespaces. This will allow us to transition into Weak::SHA1 over time, and signal to users SHA1 should be avoided.
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* spelling fixesklemens2016-12-271-1/+1
|
* Updated documentation (Issue 328)Jeffrey Walton2016-12-031-10/+34
|
* Updated documentation (Issue 328)Jeffrey Walton2016-12-031-0/+8
|
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-2/+2
|
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-53/+40
|
* Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-1/+1
| | | | This pedantic message appeared all over the code. Also removed one warning about an unused variable in release build.
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-1/+1
|
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
| | | | 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
* Add constexpr-ness to StaticAlgorithmName member functionJeffrey Walton2016-09-071-7/+7
|
* Added "algebra.h" include for "make deps" recipeJeffrey Walton2015-12-041-0/+1
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-245/+305
|
* Included "integer.h" in source files with Integer dependencies so make would ↵Jeffrey Walton2015-07-301-1/+2
| | | | rebuild stale object files
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
|
* Cleared virtual destructor warnings under GCC with -WallJeffrey Walton2015-07-191-0/+1
|
* Cleared virtual destructor warning by explicitly adding themJeffrey Walton2015-07-171-0/+6
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-1/+1
|
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-7/+7
|
* various changes for 5.1weidai2003-03-201-11/+13
|
* Initial revisionweidai2002-10-041-0/+234