summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/primitives/kdf/pbkdf2.py
Commit message (Expand)AuthorAgeFilesLines
* Convert KDFs to Rust (#8787)Alex Gaynor2023-04-251-6/+4
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+1
* deprecate backend part 12 of n (#6532)Paul Kehrer2021-11-031-12/+8
* more typing (#5887)Paul Kehrer2021-03-021-2/+4
* KDF type hinting (#5735)Paul Kehrer2021-02-011-6/+12
* 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-5/+9
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-1/+1
* Support byteslike in HKDF and PBKDF2HMAC (#4707)Paul Kehrer2019-01-171-1/+1
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-4/+2
* move KDF interfacePaul Kehrer2015-02-161-2/+3
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-0/+66