Expand description
Hashers (feature-gated) and utilities for implementing them.
Re-exports§
pub use blake3::Blake3Hasher;pub use sha2::Sha2Hasher;
Modules§
Structs§
- Binary
Hasher - A node and value hasher constructed from a simple binary hasher.
Traits§
- Binary
Hash - A simple trait for representing binary hash functions.
- Node
Hasher - A trie node hash function specialized for 64 bytes of data.
- Value
Hasher - A hasher for arbitrary-length values.
Functions§
- node_
kind_ by_ msb - Get the node kind, according to a most-significant bit labeling scheme.
- set_msb
- Set the most-significant bit of the node.
- unset_
msb