Considering the 'unlinkable' design reference implementation does not provide a trusted and deterministic implementation of a cuckoo filter
|
*Example only.* This data structure uses a simple Python cuckoo filter to |
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?
Considering the 'unlinkable' design reference implementation does not provide a trusted and deterministic implementation of a cuckoo filter
reference_implementation/dp3t/protocols/unlinkable.py
Line 119 in fa2aafc
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?