Expand description
Content hashing per the WDL module spec.
Structs§
- Content
Hash - A 32-byte SHA-256 module content hash.
- Hasher
- An incremental content hasher for a module directory.
Enums§
- Content
Hash Error - An error parsing a
ContentHash. - Hash
Error - An error during content hashing.
Functions§
- hash_
directory - Computes the content hash of a directory by walking it (excluding the
spec-mandated exclusions
module.sigandmodule-lock.json).