aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/kdf/scrypt.py
Commit message (Expand)AuthorAgeFilesLines
* support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)Paul Kehrer2019-01-171-1/+1
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-5/+2
* add memory limit check for scrypt (#3328)Paul Kehrer2017-01-051-0/+7
* Add bounds checking for Scrypt parameters. (#3130)Terry Chia2016-09-021-0/+10
* Scrypt Implementation (#3117)Terry Chia2016-09-011-0/+49