Tapir provides a framework for building Anonymous / metadata resistant Services
Go to file
Dan Ballard cc760fddcb
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
Merge pull request 'Merge missing bugfixes...' (#31) from bugfix into master
Reviewed-on: #31
2021-04-09 14:44:58 -07:00
applications Remove custom url forwarding for tapir module 2021-04-08 18:09:24 -07:00
networks/tor Merge branch 'hmac_size_fix' into bugfix 2021-04-09 14:33:38 -07:00
persistence Update Signature 2020-07-14 14:59:08 -07:00
primitives Merge branch 'hmac_size_fix' into bugfix 2021-04-09 14:33:38 -07:00
scratch Check if Listener exists before trying to close it 2020-10-29 15:45:07 -07:00
testing Remove custom url forwarding for tapir module 2021-04-08 18:09:24 -07:00
utils Replace extra25519 2020-03-27 17:40:21 -07:00
.drone.yml Updating drone for new module name 2021-04-08 18:05:38 -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 Remove custom url forwarding for tapir module 2021-04-08 18:09:24 -07:00
go.mod Remove custom url forwarding for tapir module 2021-04-08 18:09:24 -07:00
go.sum Merge branch 'hmac_size_fix' into bugfix 2021-04-09 14:33:38 -07:00
service.go Merge branch 'hmac_size_fix' into bugfix 2021-04-09 14:33:38 -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