summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/primitives/_cipheralgorithm.py
Commit message (Collapse)AuthorAgeFilesLines
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+2
|
* Added type annotations for more things in backend (#8265)Alex Gaynor2023-02-111-1/+1
|
* Replace more deprecated `abstractproperty` (#7944)Viicos2022-12-281-4/+8
|
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-1/+0
| | | It's more than 60x faster.
* Improve type coverage on some backend internals (#6776)Alex Gaynor2022-01-021-0/+2
|
* Added typing for more of ciphers (#5738)Alex Gaynor2021-02-011-3/+10
|
* type hinting for symmetric ciphers (#5719)Paul Kehrer2021-01-301-0/+31
* type hinting for symmetric ciphers * make our interface verifier happy