DP-3T / reference_implementation

Apache License 2.0
127 stars 44 forks source link

RFC about deterministic cuckoo filter implementations #19

Open jaromil opened 4 years ago

jaromil commented 4 years ago

Considering the 'unlinkable' design reference implementation does not provide a trusted and deterministic implementation of a cuckoo filter https://github.com/DP-3T/reference_implementation/blob/fa2aafc192ff1f42153301633c72fe6a9c63ed30/dp3t/protocols/unlinkable.py#L119

I'm opening this issue to ask for any pointers anyone here may have about reliable C implementations, possibly linked to academic papers.

On Github there are a couple repos worth looking:

Anything else? do we need to code one from scratch?