aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/kdf/kbkdf.py
Commit message (Expand)AuthorAgeFilesLines
* support byteslike in KBKDFHMAC (#4711)Paul Kehrer2019-01-171-1/+1
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-6/+3
* Latest flake8 has some rules about variable names (#3996)Alex Gaynor2017-10-231-2/+2
* KBKDF cleanup (#2929)Paul Kehrer2016-05-291-1/+1
* NIST SP 800-108 Counter Mode KDF (#2748)Jared2016-05-291-0/+148