proto-kit / framework

Apache License 2.0
28 stars 10 forks source link

Implement merkle trees to support different heights #89

Closed rpanic closed 10 months ago

rpanic commented 11 months ago

Implements a function that takes a height as argument and returns a class that implements a merkletree with that specified height.

Moved the MerkleTree to @proto-kit/common