summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_concatkdf.py
Commit message (Expand)AuthorAgeFilesLines
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-2/+4
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-2/+2
* Format for new black (#6828)Alex Gaynor2022-01-291-2/+2
* deprecate backend part 12 of n (#6532)Paul Kehrer2021-11-031-23/+1
* more typing (#5887)Paul Kehrer2021-03-021-2/+13
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-011-4/+0
* KDF type hinting (#5735)Paul Kehrer2021-02-011-11/+25
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-081-9/+9
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-43/+30
* support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)Paul Kehrer2019-01-171-0/+35
* More branch coverage improvements. By virtue of reorganization and a new testAlex Gaynor2015-06-271-0/+21
* Add ConcatKDF from NIST SP 800-56ASimo Sorce2015-06-121-0/+251