| .. |
|
__init__.py
|
Add more hash algorithms for PBES encryption
|
2024-01-06 21:20:54 +01:00 |
|
__init__.pyi
|
Typing data for Crypto.Hash.new
|
2024-01-06 21:20:54 +01:00 |
|
BLAKE2b.py
|
Fix GH#875: Incorrect OIDs for BLAKE2
|
2025-06-21 11:10:15 +02:00 |
|
BLAKE2b.pyi
|
Add TupleHash128 and TupleHash256
|
2021-11-13 00:54:23 +01:00 |
|
BLAKE2s.py
|
Fix GH#875: Incorrect OIDs for BLAKE2
|
2025-06-21 11:10:15 +02:00 |
|
BLAKE2s.pyi
|
Update for type stubs of BLAKE2 and CMAC
|
2018-11-23 23:07:14 +01:00 |
|
CMAC.py
|
Update CMAC.py
|
2023-12-12 20:36:47 +01:00 |
|
CMAC.pyi
|
Enable SHA-3 for HMAC
|
2021-02-19 23:48:44 +01:00 |
|
cSHAKE128.py
|
Fix concatenation of memoryviews in Python 2
|
2023-08-27 11:30:30 +02:00 |
|
cSHAKE128.pyi
|
Bump version
|
2021-10-07 23:24:20 +02:00 |
|
cSHAKE256.py
|
Add KangarooTwelve XOF
|
2021-11-22 21:51:20 +01:00 |
|
cSHAKE256.pyi
|
Bump version
|
2021-10-07 23:24:20 +02:00 |
|
HMAC.py
|
Add more hash algorithms for PBES encryption
|
2024-01-06 21:20:54 +01:00 |
|
HMAC.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
KangarooTwelve.py
|
Add support for TurboSHAKE128 and TurboSHAKE256
|
2024-01-01 11:02:47 +01:00 |
|
KangarooTwelve.pyi
|
Add KangarooTwelve XOF
|
2021-11-22 21:51:20 +01:00 |
|
keccak.py
|
Add KangarooTwelve XOF
|
2021-11-22 21:51:20 +01:00 |
|
keccak.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
KMAC128.py
|
Add TupleHash128 and TupleHash256
|
2021-11-13 00:54:23 +01:00 |
|
KMAC128.pyi
|
Fix type stubs
|
2021-11-08 22:32:46 +01:00 |
|
KMAC256.py
|
Use mac_len also for KMAC
|
2021-11-08 22:31:05 +01:00 |
|
KMAC256.pyi
|
Fix type stubs
|
2021-11-08 22:32:46 +01:00 |
|
MD2.py
|
block size of md2 is 16 according to RFC 1319
|
2019-08-27 22:01:03 +02:00 |
|
MD2.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
MD4.py
|
Update to docs: memoryview for hash functions
|
2018-04-01 21:47:11 +02:00 |
|
MD4.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
MD5.py
|
Update to docs: memoryview for hash functions
|
2018-04-01 21:47:11 +02:00 |
|
MD5.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
Poly1305.py
|
Improve Poly1305 documentation
|
2019-08-26 23:31:37 +02:00 |
|
Poly1305.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
RIPEMD.py
|
Update RIPEMD documentation (deprecated; see RIPEMD160)
|
2013-07-14 20:29:52 -07:00 |
|
RIPEMD.pyi
|
Move stubs besides source code files
|
2018-11-23 23:07:14 +01:00 |
|
RIPEMD160.py
|
Update to docs: memoryview for hash functions
|
2018-04-01 21:47:11 +02:00 |
|
RIPEMD160.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
SHA.py
|
Hash: Rename SHA->SHA1 and RIPEMD->RIPEMD160 (2/2)
|
2013-02-16 16:20:30 -08:00 |
|
SHA.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
SHA1.py
|
Update to docs: memoryview for hash functions
|
2018-04-01 21:47:11 +02:00 |
|
SHA1.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
SHA3_224.py
|
Padding byte is passed to digest/squeeze
|
2021-11-20 20:29:28 +01:00 |
|
SHA3_224.pyi
|
Enable SHA-3 for HMAC
|
2021-02-19 23:48:44 +01:00 |
|
SHA3_256.py
|
Padding byte is passed to digest/squeeze
|
2021-11-20 20:29:28 +01:00 |
|
SHA3_256.pyi
|
Enable SHA-3 for HMAC
|
2021-02-19 23:48:44 +01:00 |
|
SHA3_384.py
|
Padding byte is passed to digest/squeeze
|
2021-11-20 20:29:28 +01:00 |
|
SHA3_384.pyi
|
Enable SHA-3 for HMAC
|
2021-02-19 23:48:44 +01:00 |
|
SHA3_512.py
|
Padding byte is passed to digest/squeeze
|
2021-11-20 20:29:28 +01:00 |
|
SHA3_512.pyi
|
Enable SHA-3 for HMAC
|
2021-02-19 23:48:44 +01:00 |
|
SHA224.py
|
Simplify import in SHA-2 modules
|
2018-04-07 21:15:12 +02:00 |
|
SHA224.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
SHA256.py
|
Simplify import in SHA-2 modules
|
2018-04-07 21:15:12 +02:00 |
|
SHA256.pyi
|
Move stubs besides source code files
|
2018-11-23 23:07:14 +01:00 |
|
SHA384.py
|
Simplify import in SHA-2 modules
|
2018-04-07 21:15:12 +02:00 |
|
SHA384.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
SHA512.py
|
Simplify import in SHA-2 modules
|
2018-04-07 21:15:12 +02:00 |
|
SHA512.pyi
|
Update type stubs for Crypto.Hash
|
2018-11-23 23:07:14 +01:00 |
|
SHAKE128.py
|
Fix 862: For hashEdDSA and Ed448, sign() and verify() modified the state of the XOF.
|
2025-03-19 21:11:52 +01:00 |
|
SHAKE128.pyi
|
Fix 862: For hashEdDSA and Ed448, sign() and verify() modified the state of the XOF.
|
2025-03-19 21:11:52 +01:00 |
|
SHAKE256.py
|
Fix 862: For hashEdDSA and Ed448, sign() and verify() modified the state of the XOF.
|
2025-03-19 21:11:52 +01:00 |
|
SHAKE256.pyi
|
Fix 862: For hashEdDSA and Ed448, sign() and verify() modified the state of the XOF.
|
2025-03-19 21:11:52 +01:00 |
|
TupleHash128.py
|
Add support for TurboSHAKE128 and TurboSHAKE256
|
2024-01-01 11:02:47 +01:00 |
|
TupleHash128.pyi
|
Simplify tuplehash interface for multiple elements
|
2023-08-27 10:26:31 +02:00 |
|
TupleHash256.py
|
Add support for TurboSHAKE128 and TurboSHAKE256
|
2024-01-01 11:02:47 +01:00 |
|
TupleHash256.pyi
|
Add TupleHash128 and TupleHash256
|
2021-11-13 00:54:23 +01:00 |
|
TurboSHAKE128.py
|
Add support for TurboSHAKE128 and TurboSHAKE256
|
2024-01-01 11:02:47 +01:00 |
|
TurboSHAKE128.pyi
|
Add support for TurboSHAKE128 and TurboSHAKE256
|
2024-01-01 11:02:47 +01:00 |
|
TurboSHAKE256.py
|
Add support for TurboSHAKE128 and TurboSHAKE256
|
2024-01-01 11:02:47 +01:00 |
|
TurboSHAKE256.pyi
|
Add support for TurboSHAKE128 and TurboSHAKE256
|
2024-01-01 11:02:47 +01:00 |