Skip to content

CKB Merkle Tree

ian edited this page Aug 27, 2020 · 2 revisions

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.