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.
|
7 months ago | |
---|---|---|
applications | 7 months ago | |
networks/tor | 1 year ago | |
persistence | 2 years ago | |
primitives | 7 months ago | |
testing | 7 months ago | |
utils | 7 months ago | |
.drone.yml | 9 months ago | |
.gitignore | 2 years ago | |
LICENSE | 3 years ago | |
README.md | 4 years ago | |
application.go | 2 years ago | |
go.mod | 9 months ago | |
go.sum | 9 months ago | |
service.go | 1 year ago | |
tapir.png | 4 years ago |
README.md
TAPir: Tiny Anonymous Peer
Tapir is a small library for building p2p applications over anonymous communication systems (right now Tapir only supports Tor v3 Onion Services).
Tapir has been designed as a replacement to the Ricochet protocol.
Features
- New Authentication Protocol based on v3 Onion Services
- Bidirectional Application Channels.
Work In Progress