aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf.h
Commit message (Collapse)AuthorAgeFilesLines
* lib/kdf: Convert &vec[0] to vec.data()Simon Warta2015-06-251-5/+5
|
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-181-22/+25
| | | | higher level functions on interface handling returning a vector.
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-0/+3
|
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Add missing std includeslloyd2014-02-161-0/+1
|
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-181-13/+1
|
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-4/+5
| | | | | Remove the unhelpful 'Algorithm' base class which had previously acted more or less as a global base.
* Move lib into srclloyd2014-01-101-0/+136