Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 339 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 339 Bytes

Go package to provide merkle tree functionality (in-progress)

  • hash inputs
  • create merkle trees
  • provide merkle proofs using SignatureSuite2017 standard (https://w3c-dvcg.github.io/lds-merkleproof2017/)
  • check validity of existing proofs
  • improve all functionality and provide detailed descriptions and examples