Crate fuchsia_hash

Source

Structs§

FuchsiaMerkleMarker
GenericDigest
The 32 byte digest of a hash function. The type parameter indicates the hash algorithm that was used to compute the digest.
HashRangeFull
Iterator over all 2^256 possible hash values. Not expected to be useful outside of tests.
ParseHashError
An error encountered while parsing a [Hash].
Sha256Marker

Constants§

HASH_SIZE
The size of a hash in bytes.

Type Aliases§

Hash
A digest created by the Fuchsia Merkle Tree hashing algorithm. https://fuchsia.dev/fuchsia-src/concepts/packages/merkleroot
Sha256
A digest created by the Sha256 hashing algorithm.