Tapir provides a framework for building Anonymous / metadata resistant Services
Go to file
Sarah Jamie Lewis c5e3837a5d
the build was successful Details
Amend sign with token constraint api to use []byte instead of token
2019-12-02 13:15:46 -08:00
applications Update per Dans' Comments 2019-11-27 15:16:29 -08:00
networks/tor Updates given Erinns Comments 2019-11-27 13:27:58 -08:00
persistence Updates given Erinns Comments 2019-11-27 13:27:58 -08:00
primitives Amend sign with token constraint api to use []byte instead of token 2019-12-02 13:15:46 -08:00
testing Updates given Erinns Comments 2019-11-27 13:27:58 -08:00
.drone.yml Updates given Erinns Comments 2019-11-27 13:27:58 -08:00
.gitignore Updates given Erinns Comments 2019-11-27 13:27:58 -08: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 Fixing Versions 2019-11-29 13:34:44 -08:00
go.sum Fixing Versions 2019-11-29 13:34:44 -08:00
service.go Updates given Erinns Comments 2019-11-27 13:27:58 -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