merkle_bit icon indicating copy to clipboard operation
merkle_bit copied to clipboard

A flexible binary merkle tree implementation in Rust.

Results 10 merkle_bit issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. Release notes Sourced from serde_yaml's releases. 0.9.14 Implement Deserializer for TaggedValue and &TaggedValue (#339) Commits 8948d36 Release 0.9.14 8d95125 Merge...

dependencies

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.4.0] - 2022-09-10 Removed The Criterion::can_plot function has been removed. The Criterion::bench_function_over_inputs function has been...

dependencies

Updates the requirements on [ron](https://github.com/ron-rs/ron) to permit the latest version. Release notes Sourced from ron's releases. v0.8.0 Changelog Bump dependencies: bitflags to 1.3, indexmap to 1.9 (#399) Add integer128 feature...

dependencies

Updates the requirements on [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) to permit the latest version. Release notes Sourced from rocksdb's releases. v0.19.0 What's Changed Add support for building with io_uring on Linux (parazyd) Change iterators...

dependencies

Separating this issue from the inclusion proofs initially brought up in #19 . Merkle Exclusion Proofs would allow you to generate a proof that a given key is not in...

enhancement

**Is your feature request related to a problem? Please describe.** When a tree has a sufficient number of elements, the branching operations will begin to take more time. Though this...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Comparing elements of two trees, or of multiple versions of the same tree, requires a lot of boilerplate code to...

enhancement
good first issue

Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. Release notes Sourced from serde_yaml's releases. 0.9.19 Fix message duplication between serde_yaml::Error's Display and source() (#359, #360) Commits 4e1cbd8 Release...

dependencies

Updates the requirements on [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) to permit the latest version. Release notes Sourced from rocksdb's releases. v0.20.1 What's Changed Fix compatibility with MSRV 1.60.0 (aleksuss) in rust-rocksdb/rust-rocksdb#741 Full Changelog: https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.20.0...v0.20.1...

dependencies

Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. Changelog Sourced from hashbrown's changelog. [v0.13.2] - 2023-01-12 Fixed Added #[inline(always)] to find_inner. (#375) Fixed RawTable::allocation_info for empty tables. (#376)...

dependencies