Module merkletree::hash

source ·
Expand description

Hash infrastructure for items in Merkle tree. Hash infrastructure for items in Merkle Tree.

Traits

  • A trait for hashing an arbitrary stream of bytes for calculating merkle tree nodes.
  • A hashable type.