mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-12-08 05:19:46 +00:00
Add test vectors for SHA512/224 and /256
This commit is contained in:
parent
494cbccf43
commit
839c8c3798
6 changed files with 1687 additions and 53 deletions
1
setup.py
1
setup.py
|
|
@ -469,6 +469,7 @@ package_data = {
|
|||
],
|
||||
"Crypto.SelfTest.Hash" : [
|
||||
"test_vectors/SHA1/*.rsp",
|
||||
"test_vectors/SHA2/*.rsp",
|
||||
"test_vectors/SHA3/*.txt",
|
||||
"test_vectors/keccak/*.txt",
|
||||
"test_vectors/BLAKE2s/*.txt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue