juga0 / authority

Mix Network Directory Authority/PKI library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://travis-ci.org/katzenpost/authority.svg?branch=master

Katzenpost Directory Authority

Katzenpost has two directory authority servers; a voting and nonvoting server. The voting server's design is specified in the "Katzenpost Mix Network Public Key Infrastructure Specification" https://github.com/katzenpost/docs/blob/master/specs/pki.rst

Building

Requires golang 1.11 or later. Dependencies pinned using go-modules. For more info about go-modules, see: https://github.com/golang/go/wiki/Modules

Build the mix server like this:

export GO111MODULE=on
cd cmd/voting # (or cmd/nonvoting)
go build

license

AGPL: see LICENSE file for details.

supported by

https://katzenpost.mixnetworks.org/_static/images/eu-flag-tiny.jpg

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Grant Agreement No 653497, Privacy and Accountability in Networks via Optimized Randomized Mix-nets (Panoramix).

About

Mix Network Directory Authority/PKI library

License:GNU Affero General Public License v3.0


Languages

Language:Go 99.8%Language:Makefile 0.2%