Module breez_sdk_core::bitcoin::util::hash
Expand description
Bitcoin hash functions.
This module provides 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 (in place) in
hashes
.