Tapir provides a framework for building Anonymous / metadata resistant Services
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.
 
 
Go to file
Dan Ballard 525cacffed
the build was successful Details
fix race ondition in base onion service
4 years ago
applications migrate to standalone op log and conectivity packages 4 years ago
networks/tor fix race ondition in base onion service 4 years ago
persistence migrate to standalone op log and conectivity packages 4 years ago
primitives migrate to standalone op log and conectivity packages 4 years ago
testing fix race ondition in base onion service 4 years ago
utils migrate to standalone op log and conectivity packages 4 years ago
.drone.yml Merge branch 'master' of https://git.openprivacy.ca/cwtch.im/tapir 4 years ago
.gitignore Updates given Erinns Comments 4 years ago
README.md Force Failure if remote attempts to authenticate with a different 4 years ago
application.go Move to ristretto255 lib 4 years ago
go.mod migrate to standalone op log and conectivity packages 4 years ago
go.sum migrate to standalone op log and conectivity packages 4 years ago
service.go migrate to standalone op log and conectivity packages 4 years ago
tapir.png Updated Logo 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