aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_concatkdf.py
Commit message (Collapse)AuthorAgeFilesLines
* support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)Paul Kehrer2019-01-171-0/+35
| | | | | | | | * byteslike concatkdf * byteslike scrypt * byteslike x963kdf
* 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>