Pond is in stasis, and has been for several years. I hope that some of the ideas prove useful in the future, but people should use something better polished and reviewed. I've no plans to shutdown down the default server, but new users should look elsewhere.
The code here is broken down as follows:
bbssigcontains an implementation of the BBS group signature scheme. This is used in Pond to allow servers to reject messages from non-contacts without the server being able to identify those contacts.bn256cgocontains a wrapping of Naehrig, Niederhagen and Schwabe's pairing library. This is a drop in replacement for the bn256 package from go.crypto and speeds up bbssig. See https://github.com/agl/dclxvi.clientcontains the Pond GUI and CLI client and package for manipulating state files.doccontains the https://pond.imperialviolet.org site in Jekyll format.editstatecontains a debugging utility for manipulating state files.pandacontains a library for performing shared-key exchanges. It's used byclient/to implement that functionality.protoscontains the protocol buffer files for client to server communication.servercontains the Pond server.transportcontains code to implement the, low-level, client to server transport protocol.