Skip to content
/ ximix Public
forked from cwgit/ximix

Ximix is a network application offering threshold key generation, signatures, decryption, and a RPC style MixNet

License

Notifications You must be signed in to change notification settings

bcgit/ximix

This branch is up to date with cwgit/ximix:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

88e142d · Apr 26, 2015
Apr 26, 2015
Mar 19, 2014
Aug 25, 2014
May 15, 2014
Mar 17, 2014
May 19, 2014
Aug 14, 2014
Aug 1, 2013
May 16, 2014
Jul 26, 2013
May 13, 2013
Mar 17, 2014
Aug 14, 2014
Aug 14, 2014
Feb 11, 2014
Sep 24, 2013

Repository files navigation

Welcome to the Ximix distribution.

Ximix is a network application for doing threshold cryptography, including key generation, signatures, and decryption. It also includes a MixNet based on static RPC.

Ximix was largely made possible through the sponsorship of the Victorian Electoral Commission as part of the vVote project in 2013/2014.


1. Build Setup.

Building the distribution requires, at a minimum, gradle 1.8 and JDK 1.7. As the application makes liberal use of the JCE you *must* have the unrestricted policy files for the JCE installed.

Once you have gradle installed you need to type:

gradle fetch_libs

To download the dependencies. At the moment fetch_libs is required as not all the dependencies are available in the Maven repository.

2. Building

Type:

gradle build

to compile the sources and run the current test suite. The test suite takes a while at the moment as it uses the same timeouts as production for dealing with missing nodes.

3. Generating coverage analysis

Type:

gradle clean
gradle build coverage

To compile and run the tests with coverage analysis. The output from the anyliser will appear in the build/reports directory.

4. Generating JavaDoc

Type:

gradle apiJavaDoc

to generate the JavaDoc. The JavaDoc will appear in build/docs.

5. Licenses

See the file LICENSE in this directory for license information for this code basse.

Please note that some included jars use different licenses from the following locations:

http://www.bouncycastle.org

bcpkix-jdk15on-151b07.jar - The Bouncy Castle License (MIT X11)
bcprov-jdk15on-151b07.jar - The Bouncy Castle License (MIT X11)

http://gas.dia.unisa.it/projects/jpbc

jpbc-api-1.2.1.jar - GNU LESSER GENERAL PUBLIC LICENSE Version 3
jpbc-crypto-1.2.1.jar - GNU LESSER GENERAL PUBLIC LICENSE Version 3
jpbc-pbc-1.2.1.jar - GNU LESSER GENERAL PUBLIC LICENSE Version 3
jpbc-plaf-1.2.1.jar - GNU LESSER GENERAL PUBLIC LICENSE Version 3
 
http://www.slf4j.org/

slf4j-api-1.7.2.jar - MIT X11
slf4j-nop-1.7.2.jar - MIT X11

http://www.json.org/

json-20090211.jar - JSON.org License (MIT X11)

https://bitbucket.org/tvsproject/suvote_tablebuilding

vVoteLibrary-20131217011536.jar - GNU GENERAL PUBLIC LICENSE, Version 3
vVoteTableBuilding.jar  - GNU GENERAL PUBLIC LICENSE, Version 3

6. Further Information.

To find out more in general, have a look at http://www.cryptoworkshop.com/ximix for information on running the installer generators and building nodes or contact us at info@cryptoworkshop.com  There is also a PDF in the docs directory providing some more in depth information on Ximix.

About

Ximix is a network application offering threshold key generation, signatures, decryption, and a RPC style MixNet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 82.7%
  • JavaScript 16.7%
  • Other 0.6%