summaryrefslogtreecommitdiff
path: root/hkdf.h
Commit message (Expand)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
* Fix UBsan finding in HKDFJeffrey Walton2018-04-081-2/+11
* 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
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-2/+2
* Remove extra preamble for copyright.Jeffrey Walton2017-02-211-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-3/+3
* 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 o...Jeffrey Walton2015-07-081-0/+87