Tapir provides a framework for building Anonymous / metadata resistant Services
Go to file
Dan Ballard 8af406a421
the build was successful Details
Merge pull request 'Use hmac.Write instead of hmac.Sum when verifying tokens' (#25) from hmac_size_fix into master
Reviewed-on: #25
2020-07-21 09:38:28 -07:00
applications Add Broacast 2020-07-14 14:23:27 -07:00
networks/tor Add Metrics (Fix: #21) 2020-07-14 16:42:20 -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 Signature 2020-07-14 14:59:08 -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 to 1.2.0 2020-06-29 14:56:45 -07:00
go.sum Change Errorf on Connection Close to Debugf 2020-07-07 11:38:33 -07:00
service.go Add Metrics (Fix: #21) 2020-07-14 16:42:20 -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