-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Linus Gasser edited this page Dec 15, 2016
·
10 revisions
This library offers a framework for research, simulation and deployment of crypto-related protocols with an emphasis of decentralized, distributed protocols.
Our documentation is split in three parts:
- Users, when all you want is to use one of our services
- PhD, for those of you who have an idea and want to implement it using Cothority
- Developer, hard-core hackers that want to make our code even better
The user-documentation is in Cothority, as this holds all available apps so far.
For PhD students who want to use Onet to create a cryptographic protocol, please start at Cothority_template for tutorials and HOWTOs.
So you want it all, go down to the base of the code and make it faster / more secure / better understandable. Or perhaps you see a bug and want to fix it yourself. Here is a list of places that can help you:
- Onet-library-description High level descriptions of the Cothority framework
- GoDoc entry point to the go-documentation
- Coding technical aspects of programming in Cothority
- DirectoryScheme what is stored where
- EntryIssues if you want to start with a small issue
- Roadmap things we plan on doing
- Open issues what we know to fail and how to work around it