UNPKG

merkle-tree-lib

Version:

Merkle Tree implementation with BIP340 tagged hash support.

6 lines (5 loc) 164 B
/** * Tree module for Merkle Tree Library * Provides data structures and implementations for building Merkle trees */ export { MerkleTree } from './MerkleTree';