70622a274b | ||
---|---|---|
.github | ||
Tor-vs-Waku | ||
abnf/hello-abnf | ||
archive | ||
circom-tests | ||
discv5 | ||
hello_gossipsub | ||
remote_log | ||
rln-research | ||
tlaplus/gossip | ||
vac | ||
waku2-vs-waku1 | ||
whisper_scalability | ||
zksnarks | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md |
README.md
Research
Thinking in code.
This repository contains experimental code related to research for vac and its protocols. Some of the proof-of-concepts in this repository may later make it into the protocol as fundamental components.
Projects
-
remote log - Contains a nim mock server representing a remote log.
-
Whisper Scalability Model - Theoretical model for bandwidth usage given some assumptions and usage, see report and Discuss post.
-
zkSNARKs/Semaphore - Feasability study for zkSnarks and Semaphore to do anonymous signaling, including rate limiting in p2p networks (not everything in snarks).
-
abnf/hello-abnf - Playing around with ABNF (context free grammar) for formal specifications through Instaparse. Also see Panini ABNF editor.
License
This project is licensed under the MIT License - see the LICENSE file for details