Expand description
§minisketch-rs
minisketch-rs
is a wrapper around minisketch,
a C++ library by Pieter Wuille for efficient set reconciliation.
Minisketch is proposed as part of an Erlay technique for bandwidth-efficient TX propagation in Bitcoin.
This library exposes type-safe Rust bindings for all minisketch functions by providing Minisketch
structure.
§Examples
See the examples module.
Modules§
- examples
- Examples in order of increasing complexity
Structs§
- Minisketch
- Describes decoded sketches and holding underlying opaque type inside.
- Minisketch
Error - Error that originates from
libminisketch
, with a message.