aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/kdf/x963kdf.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-1/+1
* support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)Paul Kehrer2019-01-171-1/+1
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-6/+4
* Add X963KDF from ANSI X9.63:2001Simo Sorce2015-09-241-0/+70