Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Tree in Golang

GitHub Actions codecov Go Report Card PkgGoDev

A Merkle Tree package written in Go.

This repo forked from cbergoon/merkletree and refactored most of the code.

Features

  • Store merkle tree in byte array
  • Serialization/Deserialize a Merkle tree
  • Calculate merkle tree path
  • Merkle proofs
  • Sort leaves by hash

Install

go get github.com/jovijovi/merkletree

Example Usage

Roadmap

  • Documents
  • Concurrency

License

This project is licensed under the MIT License.

About

A Merkle Tree package written in Go.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages