Quickstart
Reference
In depth
For developers
ActionsContext
Criptographic utilities.
Return the hash digest of the file.
filename (str) – The file to hash.
The hash digest of the file.
str
Return the hexadecimal hash digest of the data.
data (bytes) – The data to hash.
The hexadecimal hash digest of the data.