CS 490, Fall 2002, Cornell University

Brice Daniels

My project was to implement Shamir's Secret Sharing with Pedersen's VSS, provide primitives that could be used to implement Jarzecki's PSS and use those to create a GUI demo of PSS working. The implementation was done in Java following earlier work in C the previous summer. The key difference between my C and Java implentations is the simplicity of the Java primitives. The VSS library has a share class and a static share_util class.

The source code is available here and the javadocs are available here.

Questions should be directed to Brice Daniels.


Last modified: 2/6/2003 12:39:31 PM