We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The wiki is deprecated by the docs site. Go to the docs site | Contribute to the docs site
CKB Merkle Tree is a CBMT using following merge function:
ckbhash(left || right)
ckbhash is the hash function, || denotes binary concatenation.
||