Functionsยง
- compute_
sha256 - Computes the SHA256 hex digest of the file at
path. - download_
and_ find_ checksum - Downloads a checksums file from
checksums_urland extracts the expected hash forfilename. - parse_
checksum ๐ - Parse a checksums file content and find the hash for
filename. - verify
- Verifies that the file at
pathmatches theexpected_hexSHA256 hash.