mirror of https://github.com/vacp2p/research.git
17c5d87462 | ||
---|---|---|
abnf/hello-abnf | ||
archive | ||
remote_log | ||
whisper_scalability | ||
zksnarks | ||
.gitignore | ||
LICENSE | ||
README.md |
README.md
Research
Thinking in code.
This repository contains experimental code related to research for the vac protocol. 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).
License
This project is licensed under the MIT License - see the LICENSE file for details