Implement replay caches for onion services
We need to implement replay caches at the onion service to prevent replayed INTRODUCE1 or INTRODUCE2 cells.
These can use a HashSet or a bloom filter. See rend-spec-v3
section 1.8.
We need to implement replay caches at the onion service to prevent replayed INTRODUCE1 or INTRODUCE2 cells.
These can use a HashSet or a bloom filter. See rend-spec-v3
section 1.8.