Performance and compatibility updates
sha256(open("foo"))
now reads in chunks of a file at a time, rather than reading the entire thing into memory at once.
sha256(open("foo"))
now reads in chunks of a file at a time, rather than reading the entire thing into memory at once.