cryptography/vectors
Facundo Tuesca b660044dce
Add test vectors for ChaCha20 counter overflow (#9221)
* 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.
2023-08-17 08:54:35 -05:00
..
cryptography_vectors Add test vectors for ChaCha20 counter overflow (#9221) 2023-08-17 08:54:35 -05:00
LICENSE
LICENSE.APACHE HTTPS a bunch of links in random places (#4666) 2018-12-31 10:10:09 -06:00
LICENSE.BSD
MANIFEST.in who can remember where all these files belong? nobody. 2014-12-23 20:03:58 -06:00
pyproject.toml reopen for 42 dev (#8993) 2023-05-31 03:29:55 +00:00