I have the following code
def GetSHA256(filename, size = 2 ** 10): import hashlib h = hashlib.sha256() w