ibllib.io.hashfile

Functions

md5

Computes md5 hash in a memory reasoned way md5hash = hashfile.md5(file_path)

sha1

Computes sha1 hash in a memory reasoned way md5hash = hashfile.sha1(file_path)

md5(file_path)[source]

Computes md5 hash in a memory reasoned way md5hash = hashfile.md5(file_path)

sha1(file_path)[source]

Computes sha1 hash in a memory reasoned way md5hash = hashfile.sha1(file_path)