summaryrefslogtreecommitdiffstats
path: root/hkdf_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* KDF1 and KDF2Quan Nguyen2016-01-201-28/+16
* ECIES: add ECIES-KEM. This version supports HKDF and ECDH with NIST curves.Thai Duong2015-11-231-8/+7
* Revert "ECIES: add ECIES-KEM. This version supports HKDF and ECDH with NIST c...Shawn Willden2015-11-231-7/+8
* ECIES: add ECIES-KEM. This version supports HKDF and ECDH with NIST curves.Thai Duong2015-11-161-8/+7
* Remove references to Google in Android keymaster reference implementation.Shawn Willden2015-05-181-1/+1
* Modify unit tests to run on-device as well as on the dev machine.Shawn Willden2015-04-101-6/+0
* ECIES: fix memory leaks and add malloc checks in HKDF. Use fixed-timingThai Duong2015-03-251-4/+5
* ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256Thai Duong2015-03-241-0/+96
* Revert "ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256"Alex Klyubin2015-03-241-96/+0
* ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256Thai Duong2015-03-231-0/+96