mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-15 20:40:20 +00:00
* Adapt ChaCha20 test vectors to 64-bit counter * Add ChaCha20 test vectors for counter overflow These vectors test the behavior during counter overflow. Since different implementations use different counter sizes (e.g. OpenSSL uses a 64-bit counter, whereas BoringSSL uses a 32-bit counter), it's important to ensure that the behavior during counter overflow is consistent between implementations. These vectors take into account both 32-bit and 64-bit overflows. |
||
|---|---|---|
| .. | ||
| cryptography_vectors | ||
| LICENSE | ||
| LICENSE.APACHE | ||
| LICENSE.BSD | ||
| MANIFEST.in | ||
| pyproject.toml | ||