Module hashvalue

Module hashvalue 

Source
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§

Sha256HashValue
A SHA-256 hash value for fs-verity operations.
Sha512HashValue
A SHA-512 hash value for fs-verity operations.

Traits§

FsVerityHashValue
Trait for fs-verity hash value types supporting SHA-256 and SHA-512.