Tapir provides a framework for building Anonymous / metadata resistant Services
Go to file
Sarah Jamie Lewis 13effd5457
continuous-integration/drone/pr Build is passing Details
Merge branch 'master' into crypto_improvement
2022-09-13 02:15:40 +00:00
applications Ignore 1 linter error 2022-08-28 20:29:29 -07:00
networks/tor Add Garbage Collection for Old Connections 2022-04-21 13:07:42 -07:00
persistence Staticcheck and Connectivtiy Upgrade 2021-06-09 10:36:34 -07:00
primitives Upgrade Dependencies 2022-08-28 20:22:28 -07:00
testing Add Garbage Collection for Old Connections 2022-04-21 13:07:42 -07:00
utils Remove bignum ed25519->curve25519 implementation / replace with filippo.io/edwards25519 2022-09-12 19:13:48 -07:00
.drone.yml update drone format 2022-09-05 23:28:54 -07:00
.gitignore Staticcheck and Connectivtiy Upgrade 2021-06-09 10:36:34 -07: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 bignum ed25519->curve25519 implementation / replace with filippo.io/edwards25519 2022-09-12 19:13:48 -07:00
go.sum Remove bignum ed25519->curve25519 implementation / replace with filippo.io/edwards25519 2022-09-12 19:13:48 -07:00
service.go Reduce new allocations, propagate errors in PRNG.Next() 2022-04-19 15:16:51 -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