Expand description
File hashing utilities
Provides SHA1 hash verification for files with both sync and async implementations
Enums§
Functions§
- calculate_
file_ sha1_ sync - Calculates the SHA1 hash of a file (sync version)
- calculate_
sha1_ bytes - Calculates the SHA1 hash of arbitrary bytes
- calculate_
sha1_ bytes_ raw - Calculates the SHA1 hash of arbitrary bytes and returns raw hash bytes
- verify_
file_ sha1 - Verifies the SHA1 hash of a file (async version)
- verify_
file_ sha1_ streaming - Verifies the SHA1 hash of a file with streaming (async version)
- verify_
file_ sha1_ sync - Verifies the SHA1 hash of a file (sync version)