Skip to content

Commit 980d9a6

Browse files
committed
aaaaa
1 parent 3788a15 commit 980d9a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/get.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151

5252

5353

54+
55+
5456
def sha256sum(filename, blocksize=65536):
5557
hash = hashlib.sha256()
5658
with open(filename, "rb") as f:

0 commit comments

Comments
 (0)