summaryrefslogtreecommitdiff
path: root/hkdf.h
Commit message (Collapse)AuthorAgeFilesLines
* 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