trachten / cpisync

A library for synchronizing remote data with minimum communication.
GNU General Public License v3.0
26 stars 11 forks source link

Add multiset support for IBLT [Duplicate] #65

Closed arorashu closed 4 years ago

arorashu commented 4 years ago

Added multiset implementation for IBLT, that uses modular(residual) sums. Created a new Sync IBLTSync_Multiset that derives from IBLTSync, similar to the existing IBLTSync_HalfRound.

Tests done

This addresses Issue#63 and Issue#64.