Skip to content

futurechimp/merkle-treat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Treat

A pluggable Merkle tree implementation in Scala. By default, it's backed by a Scala mutable Map, but if you choose to do so you can extend the DataStore trait in your own code, and store the tree in the data store technology you like.

This merkle tree is a port of George Danezis's Hippie Hug into Scala.

About

A pluggable Merkle tree implementation in Scala.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages