Skip to content

dengyi9/mkltree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkltree

merkle tree library implemented in Go language.

Feature

  • build tree when initialized
  • proof whether a data block belongs to a merkle tree
  • add block one by one, then build tree. (Useful when reads data incrementally from big files.)
  • customize tree depth. (Default is binary tree. Depth depends on number of leaves.)
  • consider whether use double hash

How to Use?

please see example.go

Reference

Development environment

  • Go: 1.12.6

About

merkle tree library implemented in Go language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages