# Functions
HashContent computes a SHA-256 hash of the file content combined with extra content, and returns the first 16 characters of the hex-encoded hash.
SHA256 hashes the given file with crypto.SHA256 and returns the checksum as a base-16 (hex) string.