Crates.io | xsmt |
lib.rs | xsmt |
version | 3.0.7 |
source | src |
created_at | 2022-06-02 07:58:56.249928 |
updated_at | 2022-06-17 07:41:05.174958 |
description | Sparse merkle tree implement in rust |
homepage | |
repository | https://github.com/rust-util-collections/xSMT |
max_upload_size | |
id | 598722 |
size | 120,186 |
An implementation of 'Sparse Merkle Tree' with versioned features.
type Smt = xsmt::VsSmt<Vec<u8>>;
let smt = Smt::default();
...
type Smt = xsmt::VsSmt2<Vec<u8>, Vec<u8>>;
let smt = Smt::default();
...
SEE ALSO: