vacp2p / vac.dev

https://vac.dev
7 stars 12 forks source link

feat(bloomfilters): init rlog #146

Closed jonesmarvin8 closed 1 month ago

rymnc commented 2 months ago

I will also cc: @seemenkina here since she has done some work on zerokit/rln for her inputs

jonesmarvin8 commented 1 month ago

Awesome rlog! I've left a few comments in-line, but an overarching concern here is that the introduction mentions RLN, but the rest of the article does not speak about how it could be used in RLN, some measurements on circuit/time complexity, and the parties involved in the process (prover/verifier). Maybe another section Combining them with RLN can be added. Additionally, RLN does require the ability to remove members from the set, so can we also discuss Cuckoo filters here too?

@rymnc I've added the section for RLN with filters. If you could take a look at it, I'd greatly appreciate it!