![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveRe: verifiable Secret sharing implementation in the public domain.
From: Ben Rudiak-Gould <br276deleteme@cam.ac.uk>
Date: Tue Feb 07 2006 - 16:42:39 CET
Neo wrote:
I don't know about existing implementations, but it's quite easy to
What you want to do is, for each byte of the secret, append k-1 random
/ y_j - x_1 \ / y_j - x_k \
and x_1, ..., x_k, y_0, ..., y_k are 2k distinct elements of GF(256), and
This algorithm is based on polynomial interpolation, and is pretty easy to
-- Ben
|