summaryrefslogtreecommitdiffstats
path: root/hkdf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add buffer wrap checks and disable throwing of std::bad_alloc.Shawn Willden2015-06-221-5/+9
* Fix unused variable issuesChad Brubaker2015-06-031-0/+2
* ECIES: fix memory leaks and add malloc checks in HKDF. Use fixed-timingThai Duong2015-03-251-22/+30
* ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256Thai Duong2015-03-241-0/+91
* Revert "ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256"Alex Klyubin2015-03-241-91/+0
* ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256Thai Duong2015-03-231-0/+91