facile_rs.utils.checksum¶
Module Contents¶
Functions¶
Get the SHA256 checksum of a file. |
|
Get the SHA512 checksum of a file. |
API¶
- get_sha256(file_path)¶
Get the SHA256 checksum of a file.
- get_sha512(file_path)¶
Get the SHA512 checksum of a file.