Invertible Bloom Lookup Table.
Clone to another IBLT.
Deserialize from a byte array.
Error Thrown if input does not match parameters.
Compute the difference between this (first) and other (second) IBLT.
Erase a key.
Insert a key.
Serialize the hashtable to a byte array.
Each entry is serialized as 12 octets:
Return value shares the underlying memory. It must be copied when not using compression.
Invertible Bloom Lookup Table.