Expand description
Hash value types and trait definitions for fs-verity.
This module defines the FsVerityHashValue trait and concrete implementations for SHA-256 and SHA-512 hash values, including parsing from hex strings and object pathnames.
Structs§
- Sha256
Hash Value - A SHA-256 hash value for fs-verity operations.
- Sha512
Hash Value - A SHA-512 hash value for fs-verity operations.
Traits§
- FsVerity
Hash Value - Trait for fs-verity hash value types supporting SHA-256 and SHA-512.