Expand description
Wrapper around a fast-ish data structure for detecting replays with some false positive rate. Bloom filters, cuckoo filters, and xorf filters are all an option here. You could even use a HashSet.
We isolate this code to make it easier to replace.
Structs§
- Filter 🔒
- A probabilistic membership filter.