[][src]Module merkletree::hash

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

Traits

Algorithm

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

Hashable

A hashable type.