aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/hmac
Commit message (Collapse)AuthorAgeFilesLines
* mac: Add missing overridesDaniel Seither2015-07-301-8/+8
|
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-1/+4
| | | | | | Fix two memory leaks (in TLS and modes) caused by calling get_foo and then cloning the result before saving it (leaking the original object), a holdover from the conversion between construction techniques in 1.11.14
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-4/+0
|
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-312-1/+12
|
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Guess I won't be needing theselloyd2014-01-181-1/+0
|
* Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.lloyd2014-01-182-33/+33
| | | | m_ namespaced everything while I'm in there. Changed CMAC poly_double signature.
* Move lib into srclloyd2014-01-103-0/+155