Merkle tree parent computation using double-SHA256.
Summary
Functions
Compute the Merkle tree parent of two children (internal byte order).
Compute the Merkle tree parent from display-order (big-endian) hex strings.
Functions
Compute the Merkle tree parent of two children (internal byte order).
Hashes are in little-endian (internal) byte order. They are concatenated directly, double-SHA256'd.
Compute the Merkle tree parent from display-order (big-endian) hex strings.
Hex strings are byte-reversed, concatenated, double-SHA256'd, then reversed back.