summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/primitives/kdf/kbkdf.py
Commit message (Expand)AuthorAgeFilesLines
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+2
* KBKDF: add CounterLocation.MiddleFixed (#7489)Jean Paul Galea2022-08-151-6/+45
* Added additional typing to a few functions (#6754)Alex Gaynor2021-12-241-2/+2
* add some more mypy flags (#6751)Paul Kehrer2021-12-231-1/+1
* deprecate backend part 12 of n (#6532)Paul Kehrer2021-11-031-28/+14
* Implement KBKDFCMAC (#6181)kjackiewicz2021-09-031-30/+144
* Use well-defined enum representation (#6042)Christian Heimes2021-05-121-3/+2
* more typing (#5887)Paul Kehrer2021-03-021-2/+2
* KDF type hinting (#5735)Paul Kehrer2021-02-011-15/+15
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-2/+0
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* remove KDF backend requirements (#5389)Paul Kehrer2020-08-141-1/+3
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-14/+29
* 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