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 - Walks
rootand computes the deterministic content hash of the module directory, skipping non-module content and spec-defined exclusions.