algae-merkle 0.1.16

Algae is a collection of core algorithms and data-structures, written in Rust
Documentation

algae-merkle

Getting Started

Examples

use algae::merkle::MerkleTree;

fn main() {
    let merkle = MerkleTree:new();
}

References