[][src]Module starling::hash_tree

An implementation of the MerkleBIT with a HashMap backend database.

Structs

HashTree

A MerkleBIT implemented with a HashMap. Can be used for quickly storing items in memory, though larger sets of items should be stored on disk or over the network in a real database.