Commit 59a0464a authored by Christian Heimes's avatar Christian Heimes

Download hashlib test vectors from pythontest.net

parent eaecc692
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment