We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27c2e9 commit 4ea2e96Copy full SHA for 4ea2e96
pythonbuild/verify_distribution.py
@@ -53,9 +53,7 @@ def verify_hashlib():
53
54
wanted_hashes = {
55
"blake2b",
56
- "blake2b512",
57
"blake2s",
58
- "blake2s256",
59
"md4",
60
"md5",
61
"md5-sha1",
@@ -64,20 +62,20 @@ def verify_hashlib():
64
62
"sha1",
65
63
"sha224",
66
"sha256",
67
- "sha3-224",
68
- "sha3-256",
69
- "sha3-384",
70
- "sha3-512",
+ "sha3_224",
+ "sha3_256",
+ "sha3_384",
+ "sha3_512",
71
"sha384",
72
"sha3_224",
73
"sha3_256",
74
"sha3_384",
75
"sha3_512",
76
"sha512",
77
- "sha512-224",
78
- "sha512-256",
79
- "shake128",
80
- "shake256",
+ "sha512_224",
+ "sha512_256",
+ "shake_128",
+ "shake_256",
81
"shake_128",
82
"shake_256",
83
"sm3",
0 commit comments