##// END OF EJS Templates
util: add sha256...
Gregory Szorc -
r29261:1eff545c default
parent child Browse files
Show More
@@ -65,6 +65,7 b' else:'
65
65
66 md5 = hashlib.md5
66 md5 = hashlib.md5
67 sha1 = hashlib.sha1
67 sha1 = hashlib.sha1
68 sha256 = hashlib.sha256
68 sha512 = hashlib.sha512
69 sha512 = hashlib.sha512
69 _ = i18n._
70 _ = i18n._
70
71
General Comments 0
You need to be logged in to leave comments. Login now