UNPKG

merkle-tree-lib

Version:

Merkle Tree implementation with BIP340 tagged hash support.

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