mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Download hashlib test vectors from pythontest.net
This commit is contained in:
parent
eaecc692df
commit
59a0464af4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def hexstr(s):
|
|||
return r
|
||||
|
||||
|
||||
URL = "https://raw.githubusercontent.com/tiran/python_vectors/master/{}.txt"
|
||||
URL = "http://www.pythontest.net/hashlib/{}.txt"
|
||||
|
||||
def read_vectors(hash_name):
|
||||
with support.open_urlresource(URL.format(hash_name)) as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue