aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_x963kdf.py
Commit message (Collapse)AuthorAgeFilesLines
* support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)Paul Kehrer2019-01-171-0/+11
| | | | | | | | * byteslike concatkdf * byteslike scrypt * byteslike x963kdf
* Add X963KDF from ANSI X9.63:2001Simo Sorce2015-09-241-0/+120
The implemention allows the use a Hash function to implement a KDF very similar to ConcatKDFHash, just different enough to require a separate derivation function. Closes #2203 Signed-off-by: Simo Sorce <simo@redhat.com>