Module bitcoin::util::hash[][src]

Expand description

Hash functions

Utility functions related to hashing data, including merkleization

Functions

Calculates the merkle root of an iterator of hashes.

Calculates the merkle root of a list of hashes inline into the allocated slice.