Create the parent node of two sibling nodes in a binary hash tree. Equals hash_2n_n_mask in ref.
Hash of left node.
Hash of right node.
Bitmask for left hash.
Bitmask for left right.
See Implementation
Create the parent node of two sibling nodes in a binary hash tree. Equals hash_2n_n_mask in ref.