Crate riblt

Source

Structs§

CodedSymbol
A RIBLT is an infinite sequence of CodedSymbols
RandomMapping
A deterministic pseudo random mapping from a symbol to a sequence of indexes.
RatelessIBLT
There is a managed and unmanaged version of the RatelessIBLT It is expected that the managed version will be used when we have access to the set The managed version will generate coded symbols as needed (for efficiencey, it will generate a ‘block’ of coded symbols at a time) The unmanaged version will be used whereever we don’t have access to the set
UnmanagedRatelessIBLT
The unmanaged version of the RatelessIBLT is used when we don’t have access to the set. It is also used when we want to combine or collapse two RatelessIBLTs.

Traits§

Symbol
A symbol is an item in the set