Classes
MerkleTree
The Merkle tree is a data structure that allows for efficient verification of the membership of an element in a set.
Methods
free()
computeRoot()
Computes the root of a Merkle tree from a list of Uint8Arrays.
Parameter | Type |
---|---|
First | Uint8Array [] |