aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/kdf/hkdf.py
Commit message (Expand)AuthorAgeFilesLines
* 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