aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_concatkdf.py
Commit message (Collapse)AuthorAgeFilesLines
* More branch coverage improvements. By virtue of reorganization and a new testAlex Gaynor2015-06-271-0/+21
|
* Add ConcatKDF from NIST SP 800-56ASimo Sorce2015-06-121-0/+251
The implemention allows the use an HMAC function as per Revision 2 of the document. Conformance of the formatting of the OtherInfo argument is responsability of the calling application. Signed-off-by: Simo Sorce <simo@redhat.com>