trachten / cpisync

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

Support addition as a parameter in IBLT #64

Closed novakboskov closed 4 years ago

novakboskov commented 4 years ago

We need to support both XOR and sum additions in Invertible Bloom Lookup Tables. The idea is to template the class with different adders. The default adder can be XOR and the alternative one should be sum.

novakboskov commented 4 years ago

This is addressed in #66.