Tapir provides a framework for building Anonymous / metadata resistant Services
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Sarah Jamie Lewis 4129031391
Error on Non Auth
11 months ago
applications Formatting + go 1.17 ioutil deprecation 11 months ago
networks/tor Add Garbage Collection for Old Connections 1 year ago
persistence Staticcheck and Connectivtiy Upgrade 2 years ago
primitives Expose token.T in json + fix issue with new auth protocol 11 months ago
testing Error on Non Auth 11 months ago
utils Expose token.T in json + fix issue with new auth protocol 11 months ago
.drone.yml update drone format 1 year ago
.gitignore Staticcheck and Connectivtiy Upgrade 2 years ago
LICENSE Add 'LICENSE' 3 years ago
README.md Force Failure if remote attempts to authenticate with a different 4 years ago
application.go Remove custom url forwarding for tapir module 3 years ago
go.mod Remove bignum ed25519->curve25519 implementation / replace with filippo.io/edwards25519 1 year ago
go.sum Remove bignum ed25519->curve25519 implementation / replace with filippo.io/edwards25519 1 year ago
service.go Reduce new allocations, propagate errors in PRNG.Next() 1 year ago
tapir.png Updated Logo 4 years ago

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