summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/primitives/kdf/hkdf.py
Commit message (Expand)AuthorAgeFilesLines
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+1
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-201-1/+1
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-4/+1
* deprecate backend part 12 of n (#6532)Paul Kehrer2021-11-031-27/+5
* more typing (#5887)Paul Kehrer2021-03-021-3/+3
* Fix typo in error messages: can not => cannot (#5851)Robert Martin2021-02-201-1/+1
* KDF type hinting (#5735)Paul Kehrer2021-02-011-13/+26
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-3/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* remove KDF backend requirements (#5389)Paul Kehrer2020-08-141-2/+5
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-7/+9
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-1/+1
* Support byteslike in HKDF and PBKDF2HMAC (#4707)Paul Kehrer2019-01-171-2/+2
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-12/+6
* The HKDF limit is actually 255 * digest_length_in_bytes (#4037)Paul Kehrer2018-01-061-1/+1
* Pass the right length of null bytes when no salt is provided to HKDF (#4036)Paul Kehrer2017-12-011-1/+1
* Fixes #3211 -- fixed hkdf's output with short length (#3215)Alex Gaynor2016-11-061-1/+1
* Rewrite check to read clearer.Terry Chia2015-05-041-2/+2
* move KDF interfacePaul Kehrer2015-02-161-3/+4
* 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/+124