Archistar / archistar-smc

Secret sharing library in Java for the Archistar multi-cloud storage system
http://archistar.at
GNU Lesser General Public License v2.1
45 stars 18 forks source link

New Decoders #11

Closed efrantar-tgm closed 10 years ago

efrantar-tgm commented 10 years ago

A PolySolver (decoder) can now be passed, similar to a RandomSource, to the SecretSharing-algorithms as a constructor parameter. It will then be used for reconstructing the secret.

In addition a completely new BerlekampWelchDecoder (with appropriate unit-tests) has been introduced and thereby solving issue #3.

Since this change renders the class PolyGF256 useless, it has been deleted.

andreashappe commented 10 years ago

Commited -- could you please check the decoder for coding style, seems to be lacking ({})