cryptography/vectors
Quentin Retourne 6143683d87
PKCS7: added encryption with AES-256-CBC (#12172)
* feat: added encryption with AES-256-CBC

added & updated tests accordingly

updated documentation

removed useless test vector

* fixing coverage

* last python coverage fix

* restraining the number of classes

changed name to content_encryption_algorithm

simplified the rust code accordingly

tried to simplify the documentation

* python 3.8 artefacts

* passed content encryption algo locally

adapted rust code accordingly
2024-12-29 13:02:20 -05:00
..
cryptography_vectors PKCS7: added encryption with AES-256-CBC (#12172) 2024-12-29 13:02:20 -05:00
LICENSE
LICENSE.APACHE
LICENSE.BSD
pyproject.toml reopen for 45 (#12053) 2024-11-27 18:16:39 +00:00
README.rst Added a README for vectors, for the benefit of twine check (#11589) 2024-09-12 22:05:46 +00:00

pyca/cryptography vectors
=========================

This package contains test vectors which are used in ``pyca/cryptography``'s
tests.