aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/kdf
Commit message (Expand)AuthorAgeFilesLines
* Simplify string formatting (#4757)Alex Gaynor2019-02-204-4/+4
* support byteslike in KBKDFHMAC (#4711)Paul Kehrer2019-01-171-1/+1
* support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)Paul Kehrer2019-01-173-3/+3
* Support byteslike in HKDF and PBKDF2HMAC (#4707)Paul Kehrer2019-01-172-3/+3
* centralize our bytes check (#4622)Paul Kehrer2018-12-026-40/+23
* 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
* Latest flake8 has some rules about variable names (#3996)Alex Gaynor2017-10-231-2/+2
* add memory limit check for scrypt (#3328)Paul Kehrer2017-01-051-0/+7
* Fixes #3211 -- fixed hkdf's output with short length (#3215)Alex Gaynor2016-11-061-1/+1
* Add bounds checking for Scrypt parameters. (#3130)Terry Chia2016-09-021-0/+10
* Scrypt Implementation (#3117)Terry Chia2016-09-011-0/+49
* KBKDF cleanup (#2929)Paul Kehrer2016-05-291-1/+1
* NIST SP 800-108 Counter Mode KDF (#2748)Jared2016-05-291-0/+148
* Add X963KDF from ANSI X9.63:2001Simo Sorce2015-09-241-0/+70
* Add ConcatKDF from NIST SP 800-56ASimo Sorce2015-06-121-0/+125
* Rewrite check to read clearer.Terry Chia2015-05-041-2/+2
* move KDF interfacePaul Kehrer2015-02-163-5/+28
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-163-36/+9
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-133-0/+204