Crate fuchsia_hash
source ·Structs§
- The 32 byte digest of a hash function. The type parameter indicates the hash algorithm that was used to compute the digest.
- Iterator over all 2^256 possible hash values. Not expected to be useful outside of tests.
- An error encountered while parsing a [
Hash
].
Constants§
- The size of a hash in bytes.
Type Aliases§
- A digest created by the Fuchsia Merkle Tree hashing algorithm. https://fuchsia.dev/fuchsia-src/concepts/packages/merkleroot
- A digest created by the Sha256 hashing algorithm.