commit | 5443e9d949a1b720642ac25c2a2eb712515e77b0 | [log] [tgz] |
---|---|---|
author | David Reid <dreid@dreid.org> | Wed Jan 22 17:18:49 2014 -0800 |
committer | David Reid <dreid@dreid.org> | Mon Feb 03 10:05:26 2014 -0800 |
tree | 66d6d720ab303661fc47292d92ee0338301bfbb5 | |
parent | a187836004cd5e4bdc7d15fe54f1be91043110a6 [diff] |
Break up hkdf_derive into hkdf_extract and hkdf_expand. Testing each individually against all the vectors and actually asserting about the intermediate state. hkdf_derive is now just a helper function which copes with the default arguments.