Categorygithub.com/transparency-dev/merkle
repositorypackage
0.0.2
Repository: https://github.com/transparency-dev/merkle.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Merkle

Go Reference Go Report
Card codecov Slack
Status

Overview

This repository contains Go code to help create and manipulate Merkle trees, as well as constructing and verifying various types of proof.

This is the data structure which is used by projects such as Trillian to provide verifiable logs.

Support