Module digibyte::util::hash[][src]

Hash functions

Utility functions related to hashing data, including merkleization

Functions

digibyte_merkle_root

Calculates the merkle root of an iterator of hashes.

digibyte_merkle_root_inline

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