.. |
__init__.py
|
Add MODE_KWP (KeyWrap with Padding) for AES
|
2025-04-13 09:43:43 +02:00 |
__init__.pyi
|
Move stubs besides source code files
|
2018-11-23 23:07:14 +01:00 |
_EKSBlowfish.py
|
Add support for encrypted keys
|
2019-08-26 23:04:07 +02:00 |
_EKSBlowfish.pyi
|
First version of bcrypt
|
2019-08-16 22:17:19 +02:00 |
_mode_cbc.py
|
Fix GH#534: reduce memory consumption for CBC
|
2022-12-02 23:41:31 +01:00 |
_mode_cbc.pyi
|
Update to typestubs of all ciphers
|
2018-11-23 23:07:14 +01:00 |
_mode_ccm.py
|
Use CCMMessageTooLongError exception for all cases
|
2025-03-16 15:17:14 +01:00 |
_mode_ccm.pyi
|
Fix typing info
|
2025-03-15 22:12:34 +01:00 |
_mode_cfb.py
|
Reduce memory consumption for all other cipher modes
|
2022-12-03 00:12:35 +01:00 |
_mode_cfb.pyi
|
Update to typestubs of all ciphers
|
2018-11-23 23:07:14 +01:00 |
_mode_ctr.py
|
Reduce memory consumption for all other cipher modes
|
2022-12-03 00:12:35 +01:00 |
_mode_ctr.pyi
|
Update to typestubs of all ciphers
|
2018-11-23 23:07:14 +01:00 |
_mode_eax.py
|
Reduce the minimum length of the EAX MAC tag to 2 bytes
|
2022-12-11 19:40:41 +01:00 |
_mode_eax.pyi
|
Update to typestubs of all ciphers
|
2018-11-23 23:07:14 +01:00 |
_mode_ecb.py
|
Adding block_size attribute to EcbMode
|
2021-01-17 20:41:36 +01:00 |
_mode_ecb.pyi
|
Update to typestubs of all ciphers
|
2018-11-23 23:07:14 +01:00 |
_mode_gcm.py
|
change nonce to self.nonce
|
2022-12-13 13:26:33 +01:00 |
_mode_gcm.pyi
|
Update to typestubs of all ciphers
|
2018-11-23 23:07:14 +01:00 |
_mode_kw.py
|
Add MODE_KWP (KeyWrap with Padding) for AES
|
2025-04-13 09:43:43 +02:00 |
_mode_kwp.py
|
Add MODE_KWP (KeyWrap with Padding) for AES
|
2025-04-13 09:43:43 +02:00 |
_mode_ocb.py
|
Reduce memory consumption for all other cipher modes
|
2022-12-03 00:12:35 +01:00 |
_mode_ocb.pyi
|
Update to typestubs of all ciphers
|
2018-11-23 23:07:14 +01:00 |
_mode_ofb.py
|
Reduce memory consumption for all other cipher modes
|
2022-12-03 00:12:35 +01:00 |
_mode_ofb.pyi
|
Update to typestubs of all ciphers
|
2018-11-23 23:07:14 +01:00 |
_mode_openpgp.py
|
Modern syntax for except statement
|
2018-06-12 14:15:39 +02:00 |
_mode_openpgp.pyi
|
Update to typestubs of all ciphers
|
2018-11-23 23:07:14 +01:00 |
_mode_siv.py
|
Reduce memory consumption for all other cipher modes
|
2022-12-03 00:12:35 +01:00 |
_mode_siv.pyi
|
Update to typestubs of all ciphers
|
2018-11-23 23:07:14 +01:00 |
_pkcs1_oaep_decode.py
|
Use constant-time (faster) padding decoding also for OAEP
|
2023-12-27 09:51:11 +01:00 |
AES.py
|
Add MODE_KWP (KeyWrap with Padding) for AES
|
2025-04-13 09:43:43 +02:00 |
AES.pyi
|
Remove the deprecated ByteString type
|
2023-08-26 15:17:56 +02:00 |
ARC2.py
|
Add documentation for the parameter `effective_keylen ` specific to the ARC2 cipher.
|
2020-02-23 16:17:48 +01:00 |
ARC2.pyi
|
Remove the deprecated ByteString type
|
2023-08-26 15:17:56 +02:00 |
ARC4.py
|
Allow RC4 keys to be as small as 8 bits
|
2022-07-10 22:19:38 +02:00 |
ARC4.pyi
|
Remove the deprecated ByteString type
|
2023-08-26 15:17:56 +02:00 |
Blowfish.py
|
Minimal key length for Blowfish is 4 bytes, not 5
|
2019-04-03 22:12:19 +02:00 |
Blowfish.pyi
|
Remove the deprecated ByteString type
|
2023-08-26 15:17:56 +02:00 |
CAST.py
|
More cleanup
|
2018-10-16 22:09:53 +02:00 |
CAST.pyi
|
Remove the deprecated ByteString type
|
2023-08-26 15:17:56 +02:00 |
ChaCha20.py
|
Clarify how ChaCha20.seek() can be used to seek to blocks
|
2025-03-15 14:40:28 +01:00 |
ChaCha20.pyi
|
Remove the deprecated ByteString type
|
2023-08-26 15:17:56 +02:00 |
ChaCha20_Poly1305.py
|
unnecessary line removed
|
2024-08-18 13:36:06 +02:00 |
ChaCha20_Poly1305.pyi
|
Remove the deprecated ByteString type
|
2023-08-26 15:17:56 +02:00 |
DES.py
|
Better cross-references for ciphers
|
2018-04-03 22:24:17 +02:00 |
DES.pyi
|
Remove the deprecated ByteString type
|
2023-08-26 15:17:56 +02:00 |
DES3.py
|
3DES cipher: correct the key length documentation
|
2020-06-19 23:41:23 +02:00 |
DES3.pyi
|
Remove the deprecated ByteString type
|
2023-08-26 15:17:56 +02:00 |
PKCS1_OAEP.py
|
Use constant-time (faster) padding decoding also for OAEP
|
2023-12-27 09:51:11 +01:00 |
PKCS1_OAEP.pyi
|
Update to typestubs of all ciphers
|
2018-11-23 23:07:14 +01:00 |
PKCS1_v1_5.py
|
Use constant-time (faster) padding decoding also for OAEP
|
2023-12-27 09:51:11 +01:00 |
PKCS1_v1_5.pyi
|
update PKCS115_Cipher.decrypt annotation
|
2021-10-01 23:12:19 +02:00 |
Salsa20.py
|
Move functions to get buffer information into Util._raw_api
|
2018-11-04 22:05:09 +01:00 |
Salsa20.pyi
|
Remove the deprecated ByteString type
|
2023-08-26 15:17:56 +02:00 |