Tapir provides a framework for building Anonymous / metadata resistant Services
Go to file
Dan Ballard 1e0446d836
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
Merge pull request 'Update Connectivity and Logging' (#28) from bugfix into master
Reviewed-on: #28
2021-04-08 17:40:29 -07:00
applications Update Connectivity and Logging 2021-04-08 17:20:17 -07:00
networks/tor Check if Listener exists before trying to close it 2020-10-29 15:47:41 -07:00
persistence Update Signature 2020-07-14 14:59:08 -07:00
primitives Use hmac.Write instead of hmac.Sum when verifying tokens 2020-07-20 17:41:50 -07:00
testing Update Connectivity and Logging 2021-04-08 17:20:17 -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 and Logging 2021-04-08 17:20:17 -07:00
go.sum Update Connectivity and Logging 2021-04-08 17:20:17 -07:00
service.go Remove wire logs 2021-01-29 17:39:41 -08: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