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