bitcoin-elixir v0.0.1 Bitcoin.Util
Summary
Functions
Hash data with sha256, then hash the result with sha256
Transforms binary hash as used in the Bitcoin protocol to the hex representation that you see everywhere
The opposite of hash_to_hex/1
Calculate the root hash of the merkle tree built from given list of hashes”
Random 64 bit nonce
Functions
Hash data with sha256, then hash the result with sha256
Transforms binary hash as used in the Bitcoin protocol to the hex representation that you see everywhere.
So basically reverse + to_hex
The opposite of hash_to_hex/1
Calculate the root hash of the merkle tree built from given list of hashes”