Skip to content

CKB Merkle Tree

ian edited this page Nov 15, 2019 · 2 revisions

CKB Merkle Tree is a CBMT using following merge function:

ckbhash(left || right)

ckbhash is the hash function, || denotes binary concatenation.

Clone this wiki locally