Tapir provides a framework for building Anonymous / metadata resistant Services
Go to file
Sarah Jamie Lewis b6eddf79b1
the build was successful Details
Merge branch 'master' of git.openprivacy.ca:cwtch.im/tapir into upgrade-connectivity
2020-07-07 11:39:20 -07:00
applications Precautionary Panic 2020-07-02 14:05:02 -07:00
networks/tor Replace extra25519 2020-03-27 17:40:21 -07:00
persistence migrate to standalone op log and conectivity packages 2020-02-07 18:11:19 -05:00
primitives Replace extra25519 2020-03-27 17:40:21 -07:00
testing Update connectivity to 1.2.0 2020-06-29 14:56:45 -07:00
utils Replace extra25519 2020-03-27 17:40:21 -07:00
.drone.yml Update connectivity to 1.2.0 2020-06-29 14:56:45 -07:00
.gitignore Updates given Erinns Comments 2019-11-27 13:27:58 -08:00
LICENSE Add 'LICENSE' 2020-06-17 12:38:13 -07:00
README.md Force Failure if remote attempts to authenticate with a different 2019-08-12 15:31:23 -07:00
application.go Move to ristretto255 lib 2019-11-27 13:27:58 -08:00
go.mod Update connectivity to 1.2.0 2020-06-29 14:56:45 -07:00
go.sum Change Errorf on Connection Close to Debugf 2020-07-07 11:38:33 -07:00
service.go Change Errorf on Connection Close to Debugf 2020-07-07 11:38:33 -07:00
tapir.png Updated Logo 2019-08-12 15:50:47 -07:00

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