[][src]Module minisketch_rs::examples

Examples in order of increasing complexity

Modules

_00_simple

Example of simple set reconciliaton between Alice and Bob. Bob is the one who wants to reconcile his set of data with Alice.

_01_bisect

Example of set reconciliation that uses "bisection" approach when number of differences between two sets is exceeding an estimate and simple reconciliation fails.