UltraDark Core v0.1.0 UltraDark.Utilities View Source

Link to this section Summary

Functions

The merkle root lets us represent a large dataset using only one string. We can be confident that if any of the data changes, the merkle root will be different, which invalidates the dataset

Link to this section Functions

Link to this function calculate_merkle_root(list) View Source
calculate_merkle_root(list()) :: String.t()

The merkle root lets us represent a large dataset using only one string. We can be confident that if any of the data changes, the merkle root will be different, which invalidates the dataset

Link to this function calculate_merkle_root(list, bool) View Source