Skip to content

applied-mixnetworks/sphinxmixcrypto

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

sphinx mix network crypto for python

PyPI Package travis coveralls

Warning

This code has not been formally audited by a cryptographer. It therefore should not be considered safe or correct. Use it at your own risk!

sphinxmixcrypto

Read the Sphinx paper:

Sphinx: A Compact and Provably Secure Mix Format by Ian Goldberg and George Danezis

This is a crypto library for writing mix networks. The code was forked from Ian Goldberg's reference implementation.

status

This crypto library is binary compatible with the golang sphinx crypto library:

Both projects contain the same unit test vectors.

install

Pypi packages available

pip install sphinxmixcrypto

or install from github into a python virtual env

pip install git+https://github.com/applied-mixnetworks/sphinxmixcrypto.git