Přejít na soubor
Dan Ballard f38efc6bf2 drone to use go modules 2019-08-13 12:23:12 -07:00
applications Force Failure if remote attempts to authenticate with a different 2019-08-12 15:31:23 -07:00
networks/tor Force Failure if remote attempts to authenticate with a different 2019-08-12 15:31:23 -07:00
primitives Force Failure if remote attempts to authenticate with a different 2019-08-12 15:31:23 -07:00
testing Force Failure if remote attempts to authenticate with a different 2019-08-12 15:31:23 -07:00
.drone.yml drone to use go modules 2019-08-13 12:23:12 -07:00
.gitignore Adding Integration Test 2019-08-08 11:11:31 -07:00
README.md Force Failure if remote attempts to authenticate with a different 2019-08-12 15:31:23 -07:00
application.go Moving towards a release candidate. 2019-08-07 13:08:02 -07:00
go.mod Integration Pre-Release 2019-07-16 12:14:42 -07:00
go.sum Integration Pre-Release 2019-07-16 12:14:42 -07:00
service.go Force Failure if remote attempts to authenticate with a different 2019-08-12 15:31:23 -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