...

Text file src/github.com/transparency-dev/merkle/README.md

Documentation: github.com/transparency-dev/merkle

     1# Merkle
     2
     3[![Go Reference](https://pkg.go.dev/badge/github.com/transparency-dev/merkle.svg)](https://pkg.go.dev/github.com/transparency-dev/merkle)
     4[![Go Report
     5Card](https://goreportcard.com/badge/github.com/transparency-dev/merkle)](https://goreportcard.com/report/github.com/transparency-dev/merkle)
     6[![codecov](https://codecov.io/gh/transparency-dev/merkle/branch/main/graph/badge.svg?token=BBCRAMOBY2)](https://codecov.io/gh/transparency-dev/merkle)
     7[![Slack
     8Status](https://img.shields.io/badge/Slack-Chat-blue.svg)](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