Skip to main content

Python Merkle Tree Implementation

Project description

A Python implementation of the Merkle Hash Tree Algorithm using sha256

This implementation uses distinct node objects which are designed to be easily traversible. Each node has references to it’s children, parent, and sibling nodes. The tree has a convenience method for accessing the path from any node to the Merkle root.

Installation: pip install merkle

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

merkle-0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page