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.
|
- module git.openprivacy.ca/cwtch.im/tapir
-
- require (
- git.openprivacy.ca/openprivacy/connectivity v1.4.2
- git.openprivacy.ca/openprivacy/log v1.0.2
- github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/gtank/merlin v0.1.1
- github.com/gtank/ristretto255 v0.1.2
- github.com/kr/pretty v0.2.0 // indirect
- go.etcd.io/bbolt v1.3.4
- golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
- )
-
- go 1.13
|