sybilhunter icon indicating copy to clipboard operation
sybilhunter copied to clipboard

Let modules express what kind of parsing they need

Open NullHypothesis opened this issue 9 years ago • 0 comments

Currently, sybilhunter uses strict parsing to pass objects to modules. Some modules, however, only need relay fingerprints, which means that lazy parsing is sufficient. Modules should be able to express that they prefer lazy parsing.

NullHypothesis avatar Sep 09 '15 22:09 NullHypothesis