Acquire.Access._checksum module

get_filesize_and_checksum(filename)[source]
Opens the file with the passed filename and calculates
its size and md5 hash
Parameters:filename – filename to calculate size and checksum for
get_size_and_checksum(data)[source]

Calculates the size and md5 of the passed data

Parameters:data – data to calculate checksum for