mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
* The HKDF limit is actually 255 * digest_length_in_bytes Previously we had a bug where we divided digest_size by 8...but HashAlgorithm.digest_size is already in bytes. * test longer output * changelog |
||
|---|---|---|
| .. | ||
| hazmat | ||
| hypothesis | ||
| x509 | ||
| __init__.py | ||
| conftest.py | ||
| doubles.py | ||
| test_cryptography_utils.py | ||
| test_fernet.py | ||
| test_interfaces.py | ||
| test_utils.py | ||
| test_warnings.py | ||
| utils.py | ||