pycryptodome/lib/Crypto/SelfTest/Hash
2026-03-29 09:51:10 +02:00
..
__init__.py Add support for TurboSHAKE128 and TurboSHAKE256 2024-01-01 11:02:47 +01:00
common.py Simplify loops by using enumerate 2026-03-29 09:51:10 +02:00
test_BLAKE2.py Fix GH#875: Incorrect OIDs for BLAKE2 2025-06-21 11:10:15 +02:00
test_CMAC.py Refactor deprecated unittest aliases for Python 3.11 compatibility. 2021-10-10 19:17:09 +02:00
test_cSHAKE.py Fix GH#566: cSHAKE128/256 failed for long customization strings 2021-10-31 00:45:40 +02:00
test_HMAC.py Enable SHA-3 for HMAC 2021-02-19 23:48:44 +01:00
test_KangarooTwelve.py Add more K12 test vectors from latest RFC draft 2023-12-29 18:57:50 +01:00
test_keccak.py Refactor deprecated unittest aliases for Python 3.11 compatibility. 2021-10-10 19:17:09 +02:00
test_KMAC.py Use mac_len also for KMAC 2021-11-08 22:31:05 +01:00
test_MD2.py More cleanup 2018-10-16 22:09:53 +02:00
test_MD4.py More cleanup 2018-10-16 22:09:53 +02:00
test_MD5.py More cleanup 2018-10-16 22:09:53 +02:00
test_Poly1305.py Refactor deprecated unittest aliases for Python 3.11 compatibility. 2021-10-10 19:17:09 +02:00
test_RIPEMD160.py More cleanup 2018-10-16 22:09:53 +02:00
test_SHA1.py Move test vectors in a separate package 2021-01-03 23:49:50 +01:00
test_SHA3_224.py Refactor deprecated unittest aliases for Python 3.11 compatibility. 2021-10-10 19:17:09 +02:00
test_SHA3_256.py Refactor deprecated unittest aliases for Python 3.11 compatibility. 2021-10-10 19:17:09 +02:00
test_SHA3_384.py Refactor deprecated unittest aliases for Python 3.11 compatibility. 2021-10-10 19:17:09 +02:00
test_SHA3_512.py Refactor deprecated unittest aliases for Python 3.11 compatibility. 2021-10-10 19:17:09 +02:00
test_SHA224.py More cleanup 2018-10-16 22:09:53 +02:00
test_SHA256.py Make code base suitable for Python 2 and 3 - stop using 2to3 2018-11-04 15:04:23 +01:00
test_SHA384.py More cleanup 2018-10-16 22:09:53 +02:00
test_SHA512.py Move test vectors in a separate package 2021-01-03 23:49:50 +01:00
test_SHAKE.py Fix 862: For hashEdDSA and Ed448, sign() and verify() modified the state of the XOF. 2025-03-19 21:11:52 +01:00
test_TupleHash.py Expand unit test to test tuple input. 2023-09-24 13:22:10 +02:00
test_TurboSHAKE.py Add support for TurboSHAKE128 and TurboSHAKE256 2024-01-01 11:02:47 +01:00