Expand description
Hash calculation and verification.
Enums§
- Hash
Algorithm - Supported hashing algorithms for integrity verification.
Functions§
- calculate_
dir_ hash - Calculates a recursive hash of an entire directory’s contents.
- calculate_
file_ hash - Calculates the cryptographic hash of a single file.
- calculate_
string_ hash - Calculates the cryptographic hash of a string.