alexandria_merkle_tree 0.1.0

Merkle tree related stuff

Readme

Merkle Tree related stuff

Merkle Tree

The Merkle tree algorithm is a cryptographic hashing algorithm used to create a hash tree, which is a tree data structure where each leaf node represents a data block and each non-leaf node represents a hash of its child nodes. The purpose of the Merkle tree algorithm is to provide a way to verify the integrity and authenticity of large amounts of data without needing to store the entire data set. The algorithm has applications in various areas of computer science, including cryptocurrency, file sharing, and database management. The Merkle tree algorithm is also used in creating digital signatures and verifying the authenticity of transactions. By providing a secure and efficient way to verify data integrity, the Merkle tree algorithm is an important tool in cryptography and information security. A generic implementation is available to manage both pedersen (legacy) and poseidon hash methods.

Starknet Storage Proof Verifier

Implementation of Starknet (storage proofs) returned by pathfinder_getproof API endpoint (see).

Metadata

Version 0.1.0

Uploaded 1 month ago

Size 10.7 KB

Installation

Run the following command in your project dir

scarb add alexandria_merkle_tree@0.1.0

Or add the following line to your Scarb.toml

alexandria_merkle_tree = "0.1.0"

Monthly downloads

Links

Homepage github.com/keep-starknet-strange/alexandria/tree/src/merkle_tree

Owners