klefki.structure

Module Contents

Classes

MerkleTree

class klefki.structure.MerkleTree(value, is_leaf=False, parent=None, hash_fn=lambda x, y: ...)
_build_tree(self, leaves)
property height(self)
property root(self)
property value(self)