storage/tools/dump_tree | The dump_tree program uses the in memory storage implementation to create a sequenced log tree of a particular size using known leaf data and then dumps out the resulting SubTree protos for examination and debugging. |
storage/tools/dump_tree/dumplib | |
storage/tools/fetch_leaves | The fetch_leaves program retrieves leaves from a tree. |
storage/tools/hasher | The hasher program provides a simple CLI for producing Merkle tree hashes. |
storage/tools/log_client | The log_client binary retrieves leaves from a log. |
storage/tools/queue_leaves | The queue_leaves binary queues a number of leaves for a log from a given start point with predictable hashes. |