summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/primitives/kdf/scrypt.py
Commit message (Expand)AuthorAgeFilesLines
* Convert KDFs to Rust (#8787)Alex Gaynor2023-04-251-3/+9
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+1
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-1/+0
* deprecate backend part 12 of n (#6532)Paul Kehrer2021-11-031-11/+10
* more typing (#5887)Paul Kehrer2021-03-021-2/+9
* KDF type hinting (#5735)Paul Kehrer2021-02-011-5/+6
* 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-2/+5
* 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