| .. |
|
__init__.py
|
Add MODE_KW (KeyWrap) for AES
|
2025-04-09 14:33:22 +02:00 |
|
common.py
|
Simplify loops by using enumerate
|
2026-03-29 09:51:10 +02:00 |
|
test_AES.py
|
Drop support for Python 2.6 and 3.4
|
2020-12-30 00:02:17 +01:00 |
|
test_ARC2.py
|
Drop support for Python 2.6 and 3.4
|
2020-12-30 00:02:17 +01:00 |
|
test_ARC4.py
|
Allow RC4 keys to be as small as 8 bits
|
2022-07-10 22:19:38 +02:00 |
|
test_Blowfish.py
|
Drop support for Python 2.6 and 3.4
|
2020-12-30 00:02:17 +01:00 |
|
test_CAST.py
|
Drop support for Python 2.6 and 3.4
|
2020-12-30 00:02:17 +01:00 |
|
test_CBC.py
|
Increase the size of test data for ciphers
|
2021-12-03 22:34:58 +01:00 |
|
test_CCM.py
|
Fix GH#812: CCM will now fail before en/decrypting too much data
|
2025-03-15 22:10:33 +01:00 |
|
test_CFB.py
|
Move test vectors in a separate package
|
2021-01-03 23:49:50 +01:00 |
|
test_ChaCha20.py
|
Increase the size of test data for ciphers
|
2021-12-03 22:34:58 +01:00 |
|
test_ChaCha20_Poly1305.py
|
Fixed GH#722: nonce attribute was not correctly set for XChaCha20_Poly1305 ciphers
|
2023-05-13 09:47:24 +02:00 |
|
test_CTR.py
|
Increase the size of test data for ciphers
|
2021-12-03 22:34:58 +01:00 |
|
test_DES.py
|
Drop support for Python 2.6 and 3.4
|
2020-12-30 00:02:17 +01:00 |
|
test_DES3.py
|
Move test vectors in a separate package
|
2021-01-03 23:49:50 +01:00 |
|
test_EAX.py
|
Reduce the minimum length of the EAX MAC tag to 2 bytes
|
2022-12-11 19:40:41 +01:00 |
|
test_GCM.py
|
Increase the size of test data for ciphers
|
2021-12-03 22:34:58 +01:00 |
|
test_KW.py
|
Add MODE_KWP (KeyWrap with Padding) for AES
|
2025-04-13 09:43:43 +02:00 |
|
test_OCB.py
|
Fix OCB documentation
|
2022-12-05 23:07:20 +01:00 |
|
test_OFB.py
|
Move test vectors in a separate package
|
2021-01-03 23:49:50 +01:00 |
|
test_OpenPGP.py
|
Bypass output paramter test on OpenPGP
|
2020-06-22 23:06:21 +02:00 |
|
test_pkcs1_15.py
|
Test if encrypt()/decrypt() return bytes
|
2021-10-01 22:42:07 +02:00 |
|
test_pkcs1_oaep.py
|
Move test vectors in a separate package
|
2021-01-03 23:49:50 +01:00 |
|
test_Salsa20.py
|
Increase the size of test data for ciphers
|
2021-12-03 22:34:58 +01:00 |
|
test_SIV.py
|
Increase the size of test data for ciphers
|
2021-12-03 22:34:58 +01:00 |