You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
the build was successful
Details
|
3 years ago | |
---|---|---|
application | 4 years ago | |
channels | 3 years ago | |
connection | 4 years ago | |
identity | 3 years ago | |
policies | 5 years ago | |
testing | 4 years ago | |
utils | 3 years ago | |
wire | 5 years ago | |
.drone.yml | 4 years ago | |
.gitignore | 5 years ago | |
.travis.yml | 5 years ago | |
CONTRIBUTING.md | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
inbound_version_negotiation_test.go | 5 years ago | |
outbound_version_negotiation_test.go | 5 years ago | |
private_key | 7 years ago | |
ricochet.go | 4 years ago | |
ricochet_test.go | 4 years ago | |
testing.md | 6 years ago |
README.md
libricochet-go 
libricochet-go is an experimental implementation of the Ricochet Protocol written in Go.
Differences to Ricochet IM
- V3 Onion Support - libricochet-go updates the Ricochet protocol to use V3 tor onion service addresses, and implements a new authentication protocol providing greater deniability.
- Library - libricochet-go is designed to be integrated within your application, allowing your application to communicate with other peers or programs in a way that is privacy preserving and metadata resistant.
Using libricochet-go
Checkout our EchoBot Example to get started.
Security and Usage Note
This project is experimental and has not been independently reviewed. If you are looking for a quick and easy way to use ricochet please check out Ricochet IM.