pycryptodome/lib/Crypto/SelfTest/Hash
Legrandin c85dfa7953 Add Crypto.Signature.pkcs1_v1_5 module with NIST test vectors
Crypto.Signature.PKCS1_v1_5 is reverted to old behavior it
had in PyCrypto (verify raises no exception; it only returns
True or False).
2015-07-10 19:19:13 +00:00
..
test_vectors Add support or BLAKE2s and BLAKE2b 2015-04-16 14:11:50 +02:00
__init__.py Add support or BLAKE2s and BLAKE2b 2015-04-16 14:11:50 +02:00
common.py Add Crypto.Signature.pkcs1_v1_5 module with NIST test vectors 2015-07-10 19:19:13 +00:00
loader.py Start licensing under BSD 2-Clause 2014-06-23 22:23:38 +02:00
test_BLAKE2.py Add support or BLAKE2s and BLAKE2b 2015-04-16 14:11:50 +02:00
test_CMAC.py Start licensing under BSD 2-Clause 2014-06-23 22:23:38 +02:00
test_HMAC.py Make benchmark script work again 2015-01-10 21:47:35 +01:00
test_MD2.py Removed support for Python<2.4 2014-06-16 20:36:35 +02:00
test_MD4.py Added support for PKCS#8-encrypted private keys. 2013-07-14 21:16:46 -07:00
test_MD5.py Removed support for Python<2.4 2014-06-16 20:36:35 +02:00
test_RIPEMD160.py Removed support for Python<2.4 2014-06-16 20:36:35 +02:00
test_SHA1.py Removed support for Python<2.4 2014-06-16 20:36:35 +02:00
test_SHA3_224.py Move SHA3 test vectors into data files 2014-05-24 15:19:18 +02:00
test_SHA3_256.py Move SHA3 test vectors into data files 2014-05-24 15:19:18 +02:00
test_SHA3_384.py Move SHA3 test vectors into data files 2014-05-24 15:19:18 +02:00
test_SHA3_512.py Move SHA3 test vectors into data files 2014-05-24 15:19:18 +02:00
test_SHA224.py Removed support for Python<2.4 2014-06-16 20:36:35 +02:00
test_SHA256.py Removed support for Python<2.4 2014-06-16 20:36:35 +02:00
test_SHA384.py Removed support for Python<2.4 2014-06-16 20:36:35 +02:00
test_SHA512.py Removed support for Python<2.4 2014-06-16 20:36:35 +02:00