Tapir provides a framework for building Anonymous / metadata resistant Services
Go to file
Sarah Jamie Lewis 42d3cb196a Adding Integration Test
- Converted cmd/main to integ test
- Factored in Identity from libricochet-go
- Breaking up Auth run into smaller contained functions
2019-08-08 11:11:31 -07:00
applications Adding Integration Test 2019-08-08 11:11:31 -07:00
networks/tor Adding Integration Test 2019-08-08 11:11:31 -07:00
primitives Adding Integration Test 2019-08-08 11:11:31 -07:00
testing Adding Integration Test 2019-08-08 11:11:31 -07:00
.drone.yml Adding Integration Test 2019-08-08 11:11:31 -07:00
.gitignore Adding Integration Test 2019-08-08 11:11:31 -07:00
README.md Updating README 2019-08-07 13:15:21 -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 Adding Integration Test 2019-08-08 11:11:31 -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 Authenticaiton Protocol based on v3 Onion Services
  • Bidirectional Application Channels.

Work In Progress