summaryrefslogtreecommitdiff
path: root/hkdf.h
Commit message (Collapse)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-2/+2
|
* Fix use of MaxDerivedKeyLength (GH #874)Jeffrey Walton2019-08-161-7/+7
|
* Split regtest2.cpp into two filesJeffrey Walton2018-07-271-0/+1
| | | | Rename regtest3.cpp to regtest4.cpp. Split regtest2.cpp into regtest2.cpp and regtest3.cpp
* Fix UBsan finding in HKDFJeffrey Walton2018-04-081-2/+11
| | | | This was introduced when HKDF was reworked for the new KeyDerivationFunction interface
* Remove unneeded ThrowIfInvalidDerivedLength in DeriveKeyJeffrey Walton2018-03-301-3/+4
|
* Cleanup HKDF salt and infoJeffrey Walton2018-03-301-11/+11
|
* Cutover PBKDF to KeyDerivationFunction interface (GH #610, PR #612)Jeffrey Walton2018-03-291-31/+32
|
* Add KeyDerivationFunction interface (GH #610, PR #611)Jeffrey Walton2018-03-291-48/+106
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-11/+11
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-2/+2
|
* Remove extra preamble for copyright.Jeffrey Walton2017-02-211-1/+1
| | | | Similar text may be added in the future
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-3/+3
| | | | 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
* Updated documentationJeffrey Walton2016-09-091-0/+2
|
* Updated documentationJeffrey Walton2016-09-081-4/+9
|
* Cleared warning 'extra ";" ignored'Jeffrey Walton2016-06-081-2/+2
|
* Cleared compile errors under Visual Studio .Net compilersJeffrey Walton2016-04-291-1/+3
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-97/+100
|
* Whitespace checkinJeffrey Walton2015-07-301-3/+3
|
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-3/+3
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
|
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-0/+9
|
* Added test suites for HKDFJeffrey Walton2015-07-091-2/+2
|
* GNUmakefile improvements. Changed default optimization level to -O3, except ↵Jeffrey Walton2015-07-081-0/+87
on Cygwin. Added IS_DARWIN for consistency