incrementalmerkletree/incrementalmerkletree
Kris Nuttycombe 34d9aa25bc Use `u64` for the internal state of `Position` and `Address::index` 2023-05-10 16:46:23 -06:00
..
src Use `u64` for the internal state of `Position` and `Address::index` 2023-05-10 16:46:23 -06:00
CHANGELOG.md Use `u64` for the internal state of `Position` and `Address::index` 2023-05-10 16:46:23 -06:00
Cargo.toml Add legacy `CommitmentTree` and `IncrementalWitness` types. 2023-03-21 12:15:22 -06:00
LICENSE-APACHE Move position & hashable types to incrementalmerkletree root. 2022-12-21 12:52:57 -07:00
LICENSE-MIT Move position & hashable types to incrementalmerkletree root. 2022-12-21 12:52:57 -07:00
README.md Move position & hashable types to incrementalmerkletree root. 2022-12-21 12:52:57 -07:00

README.md

incrementalmerkletree

This crate contains common utility types and testing infrastructure used in the implementation of the bridgetree and shardtree crates.