Crates.io | tenset_merkletree |
lib.rs | tenset_merkletree |
version | 0.1.1 |
source | src |
created_at | 2024-05-07 12:42:11.760732 |
updated_at | 2024-05-18 04:06:17.030516 |
description | Base merkle tree verification |
homepage | |
repository | |
max_upload_size | |
id | 1232142 |
size | 3,483 |
This Merkle Tree package provides a robust implementation for creating and verifying Merkle trees. Utilizing the Keccak hashing algorithm, this package is ideal for applications that require data integrity verification through cryptographic means, such as blockchains and other distributed ledger technologies.
Clone the repository and build the project:
git clone git@github.com:Fiiii/merkle_tree.git
cd merkle_tree
cargo build --release