Docs.rs
merkle-search-tree-0.8.0
merkle-search-tree 0.8.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
domodwyer
Dependencies
base64 ^0.22.0
normal
optional
siphasher ^1.0.0
normal
tracing ^0.1.37
normal
optional
assert_matches ^1.5.0
dev
criterion ^0.5.1
dev
insta ^1.31.0
dev
paste ^1.0.14
dev
proptest ^1.2.0
dev
tracing ^0.1.37
dev
tracing-subscriber ^0.3.17
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
merkle_
search_
tree
0.8.0
Module siphash
Module Items
Structs
In merkle_
search_
tree::
digest
merkle_search_tree
::
digest
Module
siphash
Copy item path
Source
Expand description
A default
Hasher
implementation backed by
SipHasher24
.
Structs
ยง
SipHasher
A fast, non-cryptographic hash outputting 128-bit digests.