Skip to content

python sphinx mix net cryptography

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

david415/sphinxmixcrypto

 
 

Repository files navigation

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

You should install into a python virtual env.

Install pylioness from here:

You can install it like this:

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

and then install this package:

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

About

python sphinx mix net cryptography

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%