...
1# Merkle
2
3[](https://pkg.go.dev/github.com/transparency-dev/merkle)
4[](https://goreportcard.com/report/github.com/transparency-dev/merkle)
6[](https://codecov.io/gh/transparency-dev/merkle)
7[](https://gtrillian.slack.com/)
9
10## Overview
11
12This repository contains Go code to help create and manipulate Merkle trees, as
13well as constructing and verifying various types of proof.
14
15This is the data structure which is used by projects such as
16[Trillian](https://github.com/google/trillian) to provide
17[verifiable logs](https://transparency.dev/verifiable-data-structures/#verifiable-log).
18
19
20## Support
21* Mailing list: https://groups.google.com/forum/#!forum/trillian-transparency
22* Slack: https://gtrillian.slack.com/ (invitation)
23
24
25
View as plain text